This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 688b6dc50f Revert "Use jar-no-fork goal for maven-source-plugin to
avoid potential duplicate artifacts attached"
688b6dc50f is described below
commit 688b6dc50f3bed333641c3461462070a7423a17d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Jun 25 18:14:07 2023 +0200
Revert "Use jar-no-fork goal for maven-source-plugin to avoid potential
duplicate artifacts attached"
This reverts commit f73e3bb195575a181c42331d3e74c52299f670d1.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eefc40e108..ffa97e06a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1404,7 +1404,7 @@
<execution>
<id>attach-sources</id>
<goals>
- <goal>jar-no-fork</goal>
+ <goal>jar</goal>
</goals>
</execution>
</executions>