mirror of https://github.com/apache/archiva.git
add snapshot repo
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c2037af4a9
commit
d458b71207
7
pom.xml
7
pom.xml
|
@ -811,4 +811,11 @@
|
|||
<wagon.version>1.0-beta-2</wagon.version>
|
||||
<redback.version>1.0-alpha-3</redback.version>
|
||||
</properties>
|
||||
<!-- for plexus webdav snapshot -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>codehaus.snapshots</id>
|
||||
<url>http://snapshots.repository.codehaus.org/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue