Author: pete.muir(a)jboss.org
Date: 2009-03-08 20:06:56 -0400 (Sun, 08 Mar 2009)
New Revision: 16118
Modified:
validator/tags/tck-utils-0.9/pom.xml
Log:
fix pom in tag
Modified: validator/tags/tck-utils-0.9/pom.xml
===================================================================
--- validator/tags/tck-utils-0.9/pom.xml 2009-03-09 00:04:02 UTC (rev 16117)
+++ validator/tags/tck-utils-0.9/pom.xml 2009-03-09 00:06:56 UTC (rev 16118)
@@ -49,6 +49,13 @@
<name>JBoss Repository</name>
<
url>http://repository.jboss.org/maven2</url>
</repository>
+ <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>
</repositories>
<pluginRepositories>
@@ -154,4 +161,4 @@
</plugin>
</plugins>
</reporting>
-</project>
\ No newline at end of file
+</project>