Author: hardy.ferentschik
Date: 2008-06-26 12:09:18 -0400 (Thu, 26 Jun 2008)
New Revision: 14814
Modified:
annotations/trunk/ivy/ivyconf.xml
Log:
A new local reolver for hudson (experimental)
Modified: annotations/trunk/ivy/ivyconf.xml
===================================================================
--- annotations/trunk/ivy/ivyconf.xml 2008-06-26 15:52:45 UTC (rev 14813)
+++ annotations/trunk/ivy/ivyconf.xml 2008-06-26 16:09:18 UTC (rev 14814)
@@ -12,6 +12,10 @@
<ivy
pattern="../[module]/target/hibernate-[module]/ivy.xml"/>
<artifact
pattern="../[module]/target/hibernate-[module]/[artifact].[ext]"/>
</filesystem>
+ <filesystem name="hudson-local">
+ <ivy
pattern="../../[module]/trunk/target/hibernate-[module]/ivy.xml"/>
+ <artifact
pattern="../../[module]/trunk/target/hibernate-[module]/[artifact].[ext]"/>
+ </filesystem>
<filesystem name="maven-local"
m2compatible="true">
<artifact
pattern="${offline.repository.jboss.org}/[organization]/hibernate-[module]/[revision]/hibernate-[artifact]-[revision].[ext]"/>
</filesystem>
Show replies by date