You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/10/18 10:35:44 UTC

svn commit: r1023686 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Mon Oct 18 08:35:44 2010
New Revision: 1023686

URL: http://svn.apache.org/viewvc?rev=1023686&view=rev
Log:
Apache Snapshot directory is missing in Apache parent pom for plugins; adding this for the snapshot of the SCR plugin

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1023686&r1=1023685&r2=1023686&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Oct 18 08:35:44 2010
@@ -597,4 +597,16 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
             </url>
         </site>
     </distributionManagement>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
+
 </project>