This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f50888bb2 [FIX] maven release plugin and maven source plugin 
configuration was broken
7f50888bb2 is described below

commit 7f50888bb21da8fdc6e6ccfa6bd78996a8d3fa94
Author: Benoit TELLIER <[email protected]>
AuthorDate: Thu Sep 25 14:36:17 2025 +0200

    [FIX] maven release plugin and maven source plugin configuration was broken
---
 code-coverage-report/pom.xml | 46 --------------------------------------------
 pom.xml                      | 19 ++++--------------
 2 files changed, 4 insertions(+), 61 deletions(-)

diff --git a/code-coverage-report/pom.xml b/code-coverage-report/pom.xml
index 3f18bd2aa5..72df5ffa28 100644
--- a/code-coverage-report/pom.xml
+++ b/code-coverage-report/pom.xml
@@ -1184,52 +1184,6 @@
             <version>${project.version}</version>
         </dependency>
 
-        <!--        16. examples-->
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>custom-james-assembly</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>custom-listeners</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>custom-mailets</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>custom-smtp-command</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>custom-smtp-hooks</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>custom-webadmin-route</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>metrics-graphite</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>custom-healthcheck</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james.examples</groupId>
-            <artifactId>custom-imap</artifactId>
-            <version>${project.version}</version>
-        </dependency>
     </dependencies>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 939ec28c5d..b5efdafa09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3750,8 +3750,10 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>3.1.1</version>
                     <configuration>
-                        <!-- avoid double buildscan during forked builds -->
-                        <arguments>-Dgradle.scan.disabled=true</arguments>
+                        <useReleaseProfile>false</useReleaseProfile>
+                        <goals>deploy</goals>
+                        <arguments>-Papache-release 
-Dgradle.scan.disabled=true -DskipTests ${arguments}</arguments>
+                        <waitBeforeTagging>10</waitBeforeTagging>
                     </configuration>
                 </plugin>
                 <plugin>
@@ -4039,19 +4041,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <goals>
-                            <goal>jar</goal>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-doap-plugin</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to