diff options
author | Olivier Lamy <olamy@apache.org> | 2012-03-08 09:35:58 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-03-08 09:35:58 +0000 |
commit | 1d2a88e13808b4ba25c894fe1fe0c18c86bd07a8 (patch) | |
tree | 64f7a4adff7d5f9a78d36c52d29fa3cf5e3afc2c /pom.xml | |
parent | 2a2b52ec1967cdd2769f95e28080f5698fd102d9 (diff) | |
download | archiva-1d2a88e13808b4ba25c894fe1fe0c18c86bd07a8.tar.gz archiva-1d2a88e13808b4ba25c894fe1fe0c18c86bd07a8.zip |
snapshots repositories directly in pom not in a profile as doesn't work fine when using other profiles
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1298327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 103 |
1 files changed, 50 insertions, 53 deletions
@@ -1759,59 +1759,7 @@ </plugins> </build> </profile> - <profile> - <id>snapshots-build</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <repositories> - <repository> - <id>redback.snapshots</id> - <name>Codehaus Redback Snapshots Repository</name> - <url>http://snapshots.repository.codehaus.org/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <repository> - <id>apache.snapshots</id> - <name>Apache Snapshots</name> - <url>https://repository.apache.org/content/groups/snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <id>apache.snapshots</id> - <name>Apache Snapshots</name> - <url>https://repository.apache.org/content/groups/snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - <pluginRepository> - <id>codehaus.snapshots</id> - <url>https://nexus.codehaus.org/content/groups/snapshots-group/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - </profile> + <profile> <!-- profile to run struts webapp it test --> @@ -1845,4 +1793,53 @@ </modules> </profile> </profiles> + + <repositories> + <repository> + <id>redback.snapshots</id> + <name>Codehaus Redback Snapshots Repository</name> + <url>http://snapshots.repository.codehaus.org/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshots</name> + <url>https://repository.apache.org/content/groups/snapshots/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + <pluginRepositories> + <pluginRepository> + <id>apache.snapshots</id> + <name>Apache Snapshots</name> + <url>https://repository.apache.org/content/groups/snapshots/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + <pluginRepository> + <id>codehaus.snapshots</id> + <url>https://nexus.codehaus.org/content/groups/snapshots-group/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> + </project> |