You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/06/10 11:13:48 UTC

[maven] branch master updated: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b4e173  [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM
5b4e173 is described below

commit 5b4e173f7d7e84ebbe0a34de6f2a79559e490eb5
Author: Christian Schulte <sc...@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
michaelo@apache.org.