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 cca55a1f68 Use jar-no-fork for the maven-source-plugin
cca55a1f68 is described below
commit cca55a1f6883530daa5803d69df492441bc0e810
Author: JB Onofré <[email protected]>
AuthorDate: Wed Jun 28 11:19:56 2023 +0200
Use jar-no-fork for the maven-source-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4b218b286c..95ae576c40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1584,7 +1584,7 @@
<execution>
<id>attach-sources</id>
<goals>
- <goal>jar</goal>
+ <goal>jar-no-fork</goal>
</goals>
</execution>
</executions>