You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/01/13 14:13:45 UTC

svn commit: r368704 - /directory/trunks/apacheds/pom.xml

Author: trustin
Date: Fri Jan 13 05:13:32 2006
New Revision: 368704

URL: http://svn.apache.org/viewcvs?rev=368704&view=rev
Log:
Added more plugin repository to make the build work


Modified:
    directory/trunks/apacheds/pom.xml

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=368704&r1=368703&r2=368704&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Fri Jan 13 05:13:32 2006
@@ -52,6 +52,11 @@
       <name>snapshot plugins</name>
       <url>http://snapshots.maven.codehaus.org/maven2</url>
     </pluginRepository>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Plugin Repository</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+    </pluginRepository>
   </pluginRepositories>
 
   <profiles>