mirror of https://github.com/apache/maven.git
add codehaus snapshot repository for plexus snapshots
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@493960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
241652c45f
commit
bb6b84a02a
8
pom.xml
8
pom.xml
|
@ -45,6 +45,14 @@
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
<!-- For plexus snapshots -->
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>codehaus.snapshots</id>
|
||||||
|
<url>http://snapshots.repository.codehaus.org/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
<name>Maven User List</name>
|
<name>Maven User List</name>
|
||||||
|
|
Loading…
Reference in New Issue