You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/10/01 08:41:33 UTC

svn commit: r700691 - /directory/project/trunk/pom.xml

Author: felixk
Date: Tue Sep 30 23:41:33 2008
New Revision: 700691

URL: http://svn.apache.org/viewvc?rev=700691&view=rev
Log:
Use remote repo on oxylos only for snapshot plugins. Released plugins should be available on repo1.maven.org/maven2 repo.

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=700691&r1=700690&r2=700691&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Tue Sep 30 23:41:33 2008
@@ -548,6 +548,12 @@
       <id>apache.directory.plugins</id>
       <name>Plugin repository for the Apache Directory Studio plugin</name>
       <url>http://vm094.oxylos.org/mirror-maven2/</url>
+      <releases>
+      	<enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
   </pluginRepositories>