[MNG-6145] 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/aecccf9a Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/aecccf9a Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/aecccf9a Branch: refs/heads/MNG-5359-IT Commit: aecccf9a2a0a5d2db1fcb602cc972284fd573a4a Parents: f53f154 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 18:19:31 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/aecccf9a/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 -->