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/07 03:19:57 UTC

svn commit: r1143621 - /maven/shared/trunk/maven-shared-components/pom.xml

Author: hboutemy
Date: Thu Jul  7 01:19:57 2011
New Revision: 1143621

URL: http://svn.apache.org/viewvc?rev=1143621&view=rev
Log:
added apache.snapshots profile for Apache Snapshots repository

Modified:
    maven/shared/trunk/maven-shared-components/pom.xml

Modified: maven/shared/trunk/maven-shared-components/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?rev=1143621&r1=1143620&r2=1143621&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-components/pom.xml (original)
+++ maven/shared/trunk/maven-shared-components/pom.xml Thu Jul  7 01:19:57 2011
@@ -178,5 +178,20 @@ under the License.
         </plugins>        
       </build>
     </profile>    
+    <profile>
+      <id>apache.shapshots</id>
+      <repositories>
+        <repository>
+          <id>apache.snapshots</id>
+          <url>https://repository.apache.org/content/groups/snapshots-group/</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </repository>
+      </repositories>
+    </profile>
   </profiles>
 </project>