]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Setting maven.multiModuleProjectDirectory Maven property for when ant import...
authorRichard Millet <remillet@gmail.com>
Thu, 10 Oct 2019 18:21:41 +0000 (11:21 -0700)
committerRichard Millet <remillet@gmail.com>
Thu, 10 Oct 2019 18:21:41 +0000 (11:21 -0700)
services/authorization-mgt/import/build.xml

index d6ea30e80c0e5ab24d547dd35e7528058f37acdd..8afdd2ab4bdf290376baf797d8117c4b6341d518 100644 (file)
@@ -7,7 +7,7 @@
     <!-- enviornment should be declared before reading build.properties -->
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
-    <property name="mvn.opts" value="-V" />
+    <property name="mvn.opts" value="-Dmaven.multiModuleProjectDirectory=../../.." />
     <property name="src" location="src"/>
 
     <condition property="osfamily-unix">