Author: remy.maucherat(a)jboss.com
Date: 2010-04-30 19:46:34 -0400 (Fri, 30 Apr 2010)
New Revision: 1457
Modified:
trunk/build.xml
Log:
- Use Nexus info (not tested yet).
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2010-04-30 13:01:52 UTC (rev 1456)
+++ trunk/build.xml 2010-04-30 23:46:34 UTC (rev 1457)
@@ -490,10 +490,8 @@
</copy>
<!-- Maven repository configuration -->
- <property name="maven.repository.url"
value="file:///somepath"/>
- <property name="maven.repository.id"
value="repository.jboss.org"/>
- <!--<property name="maven.repository.url"
value="dav:https://snapshots.jboss.org/maven2"/>
- <property name="maven.repository.id"
value="snapshots.jboss.org"/>-->
+ <property name="maven.repository.url"
value="https://repository.jboss.org/nexus/service/local/staging/depl...
+ <property name="maven.repository.id"
value="jboss-releases-repository"/>
<!-- Linux/Unix execs -->
<exec dir="." executable="/bin/sh" os="Linux">