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

jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
     new 530f4a0c17 Use jar-no-fork goal for maven-source-plugin to avoid 
potential duplicate artifacts attached
530f4a0c17 is described below

commit 530f4a0c17007a6a1333ab1972bbbc60dfc1e8b3
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jun 24 07:01:13 2023 +0200

    Use jar-no-fork goal for maven-source-plugin to avoid potential duplicate 
artifacts attached
    
    (cherry picked from commit f73e3bb195575a181c42331d3e74c52299f670d1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3ca3289894..5dc7dff975 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1484,7 +1484,7 @@
           <execution>
             <id>attach-sources</id>
             <goals>
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
         </executions>

Reply via email to