You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by da...@apache.org on 2006/02/24 17:46:51 UTC

svn commit: r380707 - /webservices/commons/modules/XmlSchema/pom.xml

Author: dandiep
Date: Fri Feb 24 08:46:48 2006
New Revision: 380707

URL: http://svn.apache.org/viewcvs?rev=380707&view=rev
Log:
Add missing plugin repo

Modified:
    webservices/commons/modules/XmlSchema/pom.xml

Modified: webservices/commons/modules/XmlSchema/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/XmlSchema/pom.xml?rev=380707&r1=380706&r2=380707&view=diff
==============================================================================
--- webservices/commons/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/modules/XmlSchema/pom.xml Fri Feb 24 08:46:48 2006
@@ -148,6 +148,14 @@
     </plugins>
   </reporting>
   
+  <pluginRepositories>
+    <pluginRepository>
+      <id>snapshot</id>
+      <name>Snapshot repository</name>
+      <url>http://snapshots.maven.codehaus.org/maven2/</url>
+    </pluginRepository>
+  </pluginRepositories>
+  
   <dependencies>
     <dependency>
       <groupId>junit</groupId>