MNG-3507: Use a custom distribution name to not see this WIP branch built as the official binary
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/40165bc7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/40165bc7 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/40165bc7 Branch: refs/heads/slf4j-log4j2.4 Commit: 40165bc74e16c923a8ddaae662ca5a8403dadb61 Parents: 8cddea2 Author: Arnaud HeÌritier <aherit...@apache.org> Authored: Wed Apr 1 02:17:53 2015 +0200 Committer: Arnaud HeÌritier <aherit...@apache.org> Committed: Sun Oct 4 15:45:41 2015 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/40165bc7/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index ccfca3b..8937ca0 100644 --- a/build.xml +++ b/build.xml @@ -34,7 +34,7 @@ END SNIPPET: ant-bootstrap --> <property name="distributionDirectory" value="apache-maven"/> <property name="distributionId" value="apache-maven"/> <property name="distributionShortName" value="Maven"/> - <property name="distributionName" value="Apache Maven"/> + <property name="distributionName" value="Apache Maven with Logxj II"/> <property name="it.workdir.version" value="3.0.x" /> <property name="maven-compile.jvmargs" value="-Xmx512m -Xms512m"/> <property name="maven-compile.fork" value="true"/>