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 8c60ce58119042036e1f2a76db260ee670b0f8ac Author: Benoit TELLIER <[email protected]> AuthorDate: Thu Sep 25 18:06:12 2025 +0200 Maven goals for release --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2f46eb0352..03d00fe75d 100644 --- a/pom.xml +++ b/pom.xml @@ -3752,12 +3752,8 @@ <configuration> <useReleaseProfile>false</useReleaseProfile> <goals>deploy</goals> - <arguments>-Papache-release ${arguments}</arguments> + <arguments>-Papache-release -Dgradle.scan.disabled=true -DskipTests ${arguments}</arguments> <waitBeforeTagging>10</waitBeforeTagging> - - <preparationGoals>clean install -DskipTests</preparationGoals> - <!-- avoid double buildscan during forked builds --> - <arguments>-Dgradle.scan.disabled=true</arguments> </configuration> </plugin> <plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
