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 26a64ec643c49d0759caeea9a175d14347cb3091
Author: Benoit TELLIER <[email protected]>
AuthorDate: Thu Sep 25 17:37:52 2025 +0200

    Carry over apache base POM maven-release-plugin configuration
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8b8aef5b77..2f46eb0352 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3750,8 +3750,12 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>3.1.1</version>
                     <configuration>
+                        <useReleaseProfile>false</useReleaseProfile>
+                        <goals>deploy</goals>
+                        <arguments>-Papache-release ${arguments}</arguments>
+                        <waitBeforeTagging>10</waitBeforeTagging>
+
                         <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]

Reply via email to