Author: hardy.ferentschik
Date: 2008-06-26 11:52:45 -0400 (Thu, 26 Jun 2008)
New Revision: 14813
Modified:
annotations/trunk/ivy/ivyconf.xml
Log:
Adjusted the artifact and ivy pattern for the local resolver in rep-hibernate.
Modified: annotations/trunk/ivy/ivyconf.xml
===================================================================
--- annotations/trunk/ivy/ivyconf.xml 2008-06-25 10:07:04 UTC (rev 14812)
+++ annotations/trunk/ivy/ivyconf.xml 2008-06-26 15:52:45 UTC (rev 14813)
@@ -9,8 +9,8 @@
</chain>
<chain name="rep-hibernate" returnFirst="true"
latest="latest-revision">
<filesystem name="local">
- <ivy pattern="../[module]/target/[revision]/ivy.xml"/>
- <artifact
pattern="../[module]/target/[revision]/[artifact].[ext]"/>
+ <ivy
pattern="../[module]/target/hibernate-[module]/ivy.xml"/>
+ <artifact
pattern="../[module]/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]"/>
Show replies by date