Repository: maven Updated Branches: refs/heads/master 1de53e8e2 -> f1c9f3fa8
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/f1c9f3fa Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f1c9f3fa Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f1c9f3fa Branch: refs/heads/master Commit: f1c9f3fa859a3e2fe4c30d7c067735af93edb37e Parents: 1de53e8 Author: Michael Osipov <[email protected]> Authored: Fri Oct 7 21:39:24 2016 +0200 Committer: Michael Osipov <[email protected]> Committed: Fri Oct 7 21:39:24 2016 +0200 ---------------------------------------------------------------------- apache-maven/src/main/assembly/component.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/f1c9f3fa/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 -->
