Use custom distribution name
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/7ab4e22a Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/7ab4e22a Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/7ab4e22a Branch: refs/heads/slf4j-log4j2 Commit: 7ab4e22a833051c01a52115028ad122b2895b882 Parents: 0dfc6b4 Author: Arnaud HeÌritier <aherit...@exoplatform.com> Authored: Sat Jun 1 22:35:19 2013 +0200 Committer: Arnaud HeÌritier <aherit...@apache.org> Committed: Mon Jun 3 12:30:14 2013 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/7ab4e22a/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 6b93808..eedce6b 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 Log4J2 Logging System)"/> <property name="it.workdir.version" value="3.0.x" /> <property name="maven-compile.jvmargs" value="-Xmx512m -Xms512m"/> <property name="maven-compile.fork" value="true"/>