You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2015/04/01 02:23:57 UTC

[15/50] [abbrv] maven git commit: MNG-5767 updated build.xml to match maven changes

MNG-5767 updated build.xml to match maven changes

Signed-off-by: Igor Fedorenko <if...@apache.org>


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

Branch: refs/heads/slf4j-log4j2
Commit: 7b3e956753790d39fb8656dcaa046bcbac92b3a5
Parents: b01bf0c
Author: Igor Fedorenko <if...@apache.org>
Authored: Thu Feb 26 13:24:11 2015 -0500
Committer: Igor Fedorenko <if...@apache.org>
Committed: Thu Feb 26 13:24:11 2015 -0500

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/7b3e9567/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index a5dd90a..0442a12 100644
--- a/build.xml
+++ b/build.xml
@@ -268,6 +268,7 @@ Do you want to continue?</input>
       <arg value="-DdistributionId=${distributionId}" />
       <arg value="-DdistributionShortName=${distributionShortName}" />
       <arg value="-DdistributionName=${distributionName}" />
+      <jvmarg value="-Dmaven.multiModuleProjectDirectory=${basedir}" />
     </java>
   </target>