Repository: maven
Updated Branches:
  refs/heads/MNG-6145 [created] ab0126aef


Remove non-existent m2 include in component.xml


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

Branch: refs/heads/MNG-6145
Commit: ab0126aefca67553dae7e78a0dbb1cdd359bf171
Parents: 5b4b8bd
Author: Michael Osipov <micha...@apache.org>
Authored: Fri Oct 7 21:39:24 2016 +0200
Committer: Michael Osipov <micha...@apache.org>
Committed: Sat Jan 28 15:22:38 2017 +0100

----------------------------------------------------------------------
 apache-maven/src/main/assembly/component.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/ab0126ae/apache-maven/src/main/assembly/component.xml
----------------------------------------------------------------------
diff --git a/apache-maven/src/main/assembly/component.xml 
b/apache-maven/src/main/assembly/component.xml
index 8ccf02a..ca4dcb6 100644
--- a/apache-maven/src/main/assembly/component.xml
+++ b/apache-maven/src/main/assembly/component.xml
@@ -68,7 +68,6 @@ under the License.
       <directory>src/bin</directory>
       <outputDirectory>bin</outputDirectory>
       <includes>
-        <include>m2</include>
         <include>mvn</include>
         <include>mvnDebug</include>
         <!-- This is so that CI systems can periodically run the profiler -->

Reply via email to