]> source.dussan.org Git - archiva.git/commitdiff
add modello snapshot repo
authorOlivier Lamy <olamy@apache.org>
Sat, 16 Feb 2013 17:03:37 +0000 (17:03 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 16 Feb 2013 17:03:37 +0000 (17:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1446915 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 2fd15f3889c8f593929170d8ab7db4488faa47b2..85a72f43b2e7c9e6f2c44d0b19e536a42e93a5ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>modello.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+    <pluginRepository>
+      <id>modello.snapshots</id>
+      <name>Apache Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
     <!--
     <pluginRepository>
       <id>codehaus.snapshots</id>