]> source.dussan.org Git - archiva.git/commitdiff
add snapshot repository to help the sample project archetype to find SNAPSHOT artifacts.
authorOlivier Lamy <olamy@apache.org>
Sun, 30 Oct 2011 23:55:25 +0000 (23:55 +0000)
committerOlivier Lamy <olamy@apache.org>
Sun, 30 Oct 2011 23:55:25 +0000 (23:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1195284 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml

index 2bdf33bfe381a079ec2ef88f02db47ecbf7fc503..1c0588316ea9cb21da016574fa172aaa564250cb 100644 (file)
       </plugin>
     </plugins>
   </build>
+  <repositories>
+    <repository>
+      <id>vmbuild.snapshots</id>
+      <url>http://vmbuild.apache.org/archiva/repository/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 </project>