Author: pete.muir(a)jboss.org
Date: 2008-04-28 16:23:29 -0400 (Mon, 28 Apr 2008)
New Revision: 8064
Modified:
trunk/build/ci.build.xml
trunk/build/ci.settings.xml
Log:
minor
Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml 2008-04-28 19:56:55 UTC (rev 8063)
+++ trunk/build/ci.build.xml 2008-04-28 20:23:29 UTC (rev 8064)
@@ -96,6 +96,7 @@
<property name="qualifier" value="-SNAPSHOT" />
<property name="quietclean" value="true" />
<property name="testng.jvmargs"
value="@{testngjvmargs}" />
+ <property name="maven.settings.xml"
value="${maven.settings.xml}" />
<properties />
</ant>
</sequential>
Modified: trunk/build/ci.settings.xml
===================================================================
--- trunk/build/ci.settings.xml 2008-04-28 19:56:55 UTC (rev 8063)
+++ trunk/build/ci.settings.xml 2008-04-28 20:23:29 UTC (rev 8064)
@@ -49,7 +49,7 @@
<localRepository>/path/to/local/repo</localRepository>
-->
- <localRepository>${env.WORKSPACE}/.m2/repository</localRepository>
+ <localRepository>${env.WORKSPACE}/m2/repository</localRepository>
<!-- interactiveMode
| This will determine whether maven prompts you when it needs input. If set to false,