mirror of https://github.com/apache/archiva.git
Couple of pom fixes to the apache snapshot repo as suggested by Max Bowsher on archiva-dev
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70d0d075a2
commit
2894177c0b
|
@ -36,7 +36,7 @@
|
||||||
<!-- for skin -->
|
<!-- for skin -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>apache.snapshots</id>
|
<id>apache.snapshots</id>
|
||||||
<url>http://people.apache.org/maven-snapshot-repository</url>
|
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
</project>
|
</project>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -486,7 +486,7 @@
|
||||||
|
|
||||||
<!-- See: http://www.nabble.com/NoClassDefFoundError-from-shared-in-project-info-reports-tf2678299s177.html#a7489595 -->
|
<!-- See: http://www.nabble.com/NoClassDefFoundError-from-shared-in-project-info-reports-tf2678299s177.html#a7489595 -->
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>apache.org</id>
|
<id>apache.snapshots</id>
|
||||||
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
|
|
Loading…
Reference in New Issue