Author: jasha
Date: Tue Jan 1 15:08:38 2013
New Revision: 1427438
URL: http://svn.apache.org/viewvc?rev=1427438&view=rev
Log:
RAVE-864 Tell antrun where the local repo is (not inherited in forked mode).
Modified:
rave/trunk/rave-custom-project-archetype/pom.xml
Modified: rave/trunk/rave-custom-project-archetype/pom.xml
URL:
http://svn.apache.org/viewvc/rave/trunk/rave-custom-project-archetype/pom.xml?rev=1427438&r1=1427437&r2=1427438&view=diff
==============================================================================
--- rave/trunk/rave-custom-project-archetype/pom.xml (original)
+++ rave/trunk/rave-custom-project-archetype/pom.xml Tue Jan 1 15:08:38 2013
@@ -133,6 +133,7 @@
<arg
value="-DartifactId=${customproject.app.artifactId}"/>
<arg
value="-Dversion=${customproject.app.version}"/>
<arg
value="-DprojectName=${customproject.app.name}"/>
+ <arg
value="-Dmaven.repo.local=${settings.localRepository}"/>
</java>
<echo message="$$$$$$$$$$ Installing custom
Rave project $$$$$$$$$$"/>
@@ -153,6 +154,7 @@
</fileset>
</classpath>
<arg value="install"/>
+ <arg
value="-Dmaven.repo.local=${settings.localRepository}"/>
</java>
</target>
</configuration>