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 b2902922b0 Revert "Use jar-no-fork goal for maven-source-plugin to
avoid potential duplicate artifacts attached"
b2902922b0 is described below
commit b2902922b0bf7e6dd81103c8579f12c355d485af
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Jun 25 18:14:31 2023 +0200
Revert "Use jar-no-fork goal for maven-source-plugin to avoid potential
duplicate artifacts attached"
This reverts commit 530f4a0c17007a6a1333ab1972bbbc60dfc1e8b3.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5dc7dff975..3ca3289894 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1484,7 +1484,7 @@
<execution>
<id>attach-sources</id>
<goals>
- <goal>jar-no-fork</goal>
+ <goal>jar</goal>
</goals>
</execution>
</executions>