[seam-commits] Seam SVN: r8212 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri May 16 14:59:01 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-05-16 14:59:01 -0400 (Fri, 16 May 2008)
New Revision: 8212

Modified:
   trunk/build/ci.build.xml
Log:
Try specifying password manually

Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml	2008-05-16 18:19:16 UTC (rev 8211)
+++ trunk/build/ci.build.xml	2008-05-16 18:59:01 UTC (rev 8212)
@@ -14,8 +14,10 @@
 
 	<import file="common.build.xml" />
 	
-	<artifact:remoteRepository id="snapshots.jboss.org" url="dav:https://snapshots.jboss.org/maven2" />
-
+	<artifact:remoteRepository id="snapshots.jboss.org" url="dav:https://snapshots.jboss.org/maven2">
+		<authentication username="hudson-services" password="${snapshots.password}" />
+	</artifact:remoteRepository>
+	
 	<target name="deploySeamSnapshot" description="Deploy a Seam snapshot to snapshots.jboss.org" depends="initdav, initpoms">
 		<deploySnapshotPom pom="${root.pom}" />
 		<deploySnapshotPom pom="${parent.pom}" />




More information about the seam-commits mailing list