[hibernate-commits] Hibernate SVN: r16120 - validator/trunk/tck-utils.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Mar 8 20:09:04 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-08 20:09:04 -0400 (Sun, 08 Mar 2009)
New Revision: 16120

Modified:
   validator/trunk/tck-utils/pom.xml
Log:
fix pom

Modified: validator/trunk/tck-utils/pom.xml
===================================================================
--- validator/trunk/tck-utils/pom.xml	2009-03-09 00:08:08 UTC (rev 16119)
+++ validator/trunk/tck-utils/pom.xml	2009-03-09 00:09:04 UTC (rev 16120)
@@ -65,6 +65,13 @@
             <name>JBoss Snapshot Repository</name>
             <url>dav:https://snapshots.jboss.org/maven2</url>
         </snapshotRepository>
+              <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
     </distributionManagement>
    
     <build>




More information about the hibernate-commits mailing list