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/05/27 08:16:48 UTC

[maven] 01/01: [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 MNG-5940
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 8861af272efffcdc119f59f365cefe08db9cb651
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
---
 .../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.