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