You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/11/12 19:36:30 UTC

[2/3] maven git commit: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

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


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8dab4440
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/8dab4440
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/8dab4440

Branch: refs/heads/master
Commit: 8dab4440f0925ea4e4e0f7afe5fd28469b29257e
Parents: 6cca564
Author: Christian Schulte <sc...@apache.org>
Authored: Sat Nov 12 20:23:46 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Sat Nov 12 20:35:52 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/8dab4440/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
----------------------------------------------------------------------
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 5ca4ce3..c060e31 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
@@ -98,7 +98,7 @@ under the License.
               <execution>
                 <id>attach-sources</id>
                 <goals>
-                  <goal>jar</goal>
+                  <goal>jar-no-fork</goal>
                 </goals>
               </execution>
             </executions>