Repository: maven Updated Branches: refs/heads/master b01bf0c3d -> 7b3e95675
MNG-5767 updated build.xml to match maven changes Signed-off-by: Igor Fedorenko <ifedore...@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/master Commit: 7b3e956753790d39fb8656dcaa046bcbac92b3a5 Parents: b01bf0c Author: Igor Fedorenko <ifedore...@apache.org> Authored: Thu Feb 26 13:24:11 2015 -0500 Committer: Igor Fedorenko <ifedore...@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>