[webbeans-commits] Webbeans SVN: r559 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Dec 18 18:59:24 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-18 18:59:23 -0500 (Thu, 18 Dec 2008)
New Revision: 559

Modified:
   ri/trunk/build.xml
Log:
fix install task

Modified: ri/trunk/build.xml
===================================================================
--- ri/trunk/build.xml	2008-12-18 23:16:44 UTC (rev 558)
+++ ri/trunk/build.xml	2008-12-18 23:59:23 UTC (rev 559)
@@ -14,10 +14,12 @@
 
 		<mkdir dir="target/webbeans.deployer"/>
 
-		<artifact:dependencies filesetId="jboss5.deployer.fileset" versionsId="jboss5.deployer.versions" >
+		<artifact:dependencies filesetId="jboss5.deployer.fileset" versionsId="jboss5.deployer.versions">
 			<dependency groupId="org.jboss.webbeans.integration" artifactId="webbeans-ri-int-microcontainer" version="5.2.0-SNAPSHOT"/>
 			<dependency groupId="org.jboss.webbeans.integration" artifactId="webbeans-ri-int-jbossas" version="5.2.0-SNAPSHOT"/>
-			<remoteRepository id="snapshots.jboss.org" url="http://snapshots.jboss.org/maven2" />
+			<remoteRepository id="snapshots.jboss.org" url="http://snapshots.jboss.org/maven2">
+				 <snapshots updatePolicy="always" />
+			</remoteRepository>
 			<remoteRepository id="repository.jboss.org" url="http://repository.jboss.org/maven2" />
 		</artifact:dependencies>
 




More information about the weld-commits mailing list