mirror of https://github.com/apache/archiva.git
put the required repositories in by default
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
722e0b6682
commit
db5411198a
51
pom.xml
51
pom.xml
|
@ -1178,32 +1178,29 @@
|
|||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>buildWithAdditionalRepos</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>sonatype.public</id>
|
||||
<name>Sonatype Public Repo</name>
|
||||
<url>http://repository.sonatype.org/content/repositories/sonatype-apache-releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>codehaus.org.snapshots</id>
|
||||
<name>Codehaus Snapshots Repository</name>
|
||||
<url>http://snapshots.repository.codehaus.org</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles>
|
||||
<repositories>
|
||||
<repository>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>sonatype.public</id>
|
||||
<name>Sonatype Public Repo</name>
|
||||
<url>http://repository.sonatype.org/content/repositories/sonatype-apache-releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>codehaus.org.snapshots</id>
|
||||
<name>Codehaus Snapshots Repository</name>
|
||||
<url>http://snapshots.repository.codehaus.org</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue