This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch 3.9.x in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 9af0347b56ad3961b2d19cecf80555034fdeb817 Author: Benoit TELLIER <[email protected]> AuthorDate: Thu Sep 25 14:53:26 2025 +0200 Customize maven release goals --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 42f0bc24bf..e6c036f62f 100644 --- a/pom.xml +++ b/pom.xml @@ -3750,8 +3750,8 @@ <artifactId>maven-release-plugin</artifactId> <version>3.1.1</version> <configuration> - <preparationGoals>clean install -Dmaven.test.skip=true -DskipTests</preparationGoals> - <goals>clean install -Dmaven.test.skip=true -DskipTests</goals> + <preparationGoals>clean install -DskipTests</preparationGoals> + <goals>clean install -DskipTests</goals> <!-- avoid double buildscan during forked builds --> <arguments>-Dgradle.scan.disabled=true</arguments> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
