You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/09 23:36:16 UTC

svn commit: r1144752 - /maven/site/trunk/pom.xml

Author: hboutemy
Date: Sat Jul  9 21:36:16 2011
New Revision: 1144752

URL: http://svn.apache.org/viewvc?rev=1144752&view=rev
Log:
declared apache.snapshots repository like in ASF pom for use when parent is SNAPSHOT

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1144752&r1=1144751&r2=1144752&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sat Jul  9 21:36:16 2011
@@ -141,6 +141,17 @@
     <site.deploy.url>scp://people.apache.org/www/maven.apache.org/</site.deploy.url>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <build>
     <pluginManagement>
       <plugins>