mirror of https://github.com/apache/archiva.git
Adding snapshot repo for plexus-webdav
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549276 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
203789cce2
commit
afb0e7f062
12
pom.xml
12
pom.xml
|
@ -80,6 +80,18 @@
|
|||
<url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>codehaus.org</id>
|
||||
<url>http://snapshot.repository.codehaus.org/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue