mirror of
https://github.com/apache/archiva.git
synced 2025-02-08 11:06:03 +00:00
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
|
Applet for performing local operations on files such as creating a checksum of an artifact
|
||||||
before uploading it.
|
before uploading it.
|
||||||
</description>
|
</description>
|
||||||
<dependencies>
|
|
||||||
</dependencies>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -36,4 +34,14 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</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>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user