commits@directory.apache.org
[Top] [All Lists]

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

Subject: svn commit: r700691 - /directory/project/trunk/pom.xml
From:
Date: Wed, 01 Oct 2008 06:41:33 -0000
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>
 


<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: r700691 - /directory/project/trunk/pom.xml, felixk <=