This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch fork/6.3 in repository https://gitbox.apache.org/repos/asf/struts.git
commit 29dd8ea7f57e2be2aacabe678d1983b708490bd8 Author: Kusal Kithul-Godage <kkithulgod...@atlassian.com> AuthorDate: Mon Mar 27 22:21:42 2023 +1100 Skip tests and GPG for release --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index ba18f4440..2b29ac958 100644 --- a/pom.xml +++ b/pom.xml @@ -376,6 +376,9 @@ <artifactId>maven-release-plugin</artifactId> <!-- See https://issues.apache.org/jira/browse/MRELEASE-1029 --> <version>3.0.0-M1</version> + <configuration> + <arguments>-Dmaven.test.skip -Dgpg.skip</arguments> + </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId>