Author: dgolovin
Date: 2008-04-24 16:20:24 -0400 (Thu, 24 Apr 2008)
New Revision: 7773
Modified:
trunk/documentation/jboss-tools-docs/pom.xml
Log:
Modified: trunk/documentation/jboss-tools-docs/pom.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/pom.xml 2008-04-24 20:18:40 UTC (rev 7772)
+++ trunk/documentation/jboss-tools-docs/pom.xml 2008-04-24 20:20:24 UTC (rev 7773)
@@ -63,4 +63,20 @@
<properties>
<translation>en-US</translation>
</properties>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>snapshots.jboss.org</id>
+ <name>Jboss Repository for Maven</name>
+ <
url>http://snapshots.jboss.org/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ </pluginRepositories>
</project>