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 99f4d3113ae50ef615376bbe872595823d5a7231 Author: Benoit TELLIER <[email protected]> AuthorDate: Thu Sep 25 14:36:17 2025 +0200 Customize maven release goals --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 7e8bd95632..42f0bc24bf 100644 --- a/pom.xml +++ b/pom.xml @@ -3750,6 +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> <!-- 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]
