From 5b4e173f7d7e84ebbe0a34de6f2a79559e490eb5 Mon Sep 17 00:00:00 2001 From: Christian Schulte <schulte@apache.org> Date: Wed, 27 Jan 2016 02:56:28 +0100 Subject: [PATCH] [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM This closes #168 --- .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml index 8c26f71991..b19a7d7b7a 100644 --- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml +++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml @@ -117,7 +117,7 @@ under the License. <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions>