mirror of https://github.com/apache/archiva.git
add plugin repository
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@408700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d63c3ebf03
commit
e3fbffbb75
|
@ -12,8 +12,6 @@
|
|||
Applet for performing local operations on files such as creating a checksum of an artifact
|
||||
before uploading it.
|
||||
</description>
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -36,4 +34,14 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Snapshot Repository</name>
|
||||
<url>http://svn.apache.org/maven-snapshot-repository</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue