From 1d2a88e13808b4ba25c894fe1fe0c18c86bd07a8 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 8 Mar 2012 09:35:58 +0000 Subject: [PATCH] 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 --- pom.xml | 103 +++++++++++++++++++++++++++----------------------------- 1 file changed, 50 insertions(+), 53 deletions(-) diff --git a/pom.xml b/pom.xml index 440d55064..99be1b59f 100644 --- a/pom.xml +++ b/pom.xml @@ -1759,59 +1759,7 @@ - - snapshots-build - - true - - - - redback.snapshots - Codehaus Redback Snapshots Repository - http://snapshots.repository.codehaus.org/ - - false - - - true - - - - apache.snapshots - Apache Snapshots - https://repository.apache.org/content/groups/snapshots/ - - false - - - true - - - - - - apache.snapshots - Apache Snapshots - https://repository.apache.org/content/groups/snapshots/ - - false - - - true - - - - codehaus.snapshots - https://nexus.codehaus.org/content/groups/snapshots-group/ - - false - - - true - - - - + @@ -1845,4 +1793,53 @@ + + + + redback.snapshots + Codehaus Redback Snapshots Repository + http://snapshots.repository.codehaus.org/ + + false + + + true + + + + apache.snapshots + Apache Snapshots + https://repository.apache.org/content/groups/snapshots/ + + false + + + true + + + + + + apache.snapshots + Apache Snapshots + https://repository.apache.org/content/groups/snapshots/ + + false + + + true + + + + codehaus.snapshots + https://nexus.codehaus.org/content/groups/snapshots-group/ + + false + + + true + + + + -- 2.39.5