summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2009-03-08 23:37:01 +0000
committerBrett Porter <brett@apache.org>2009-03-08 23:37:01 +0000
commitdb5411198a523d27cb7ad76749dd5747443e3c02 (patch)
treed122b64cfffd6fe2bb4fe103d981af2135decf04 /pom.xml
parent722e0b66827af50279e85d2f52126a9ee8f4c0ee (diff)
downloadarchiva-db5411198a523d27cb7ad76749dd5747443e3c02.tar.gz
archiva-db5411198a523d27cb7ad76749dd5747443e3c02.zip
put the required repositories in by default
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml51
1 files changed, 24 insertions, 27 deletions
diff --git a/pom.xml b/pom.xml
index 83c3a3901..757e9a371 100644
--- a/pom.xml
+++ b/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>