This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MNG-5940 in repository https://gitbox.apache.org/repos/asf/maven.git
commit f62e562606d38fb3a6843bd2cc12b098abda1ad8 Author: Christian Schulte <schu...@apache.org> AuthorDate: Wed Jan 27 02:56:28 2016 +0100 [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 8c26f71..b19a7d7 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> -- To stop receiving notification emails like this one, please contact micha...@apache.org.