]> source.dussan.org Git - archiva.git/commitdiff
add sonatype repo to get artifacts needed by nexus indexer
authorMaria Odea B. Ching <oching@apache.org>
Tue, 24 Feb 2009 12:09:24 +0000 (12:09 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 24 Feb 2009 12:09:24 +0000 (12:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@747356 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index a69fe3783ca29374738cacdc82113dac2c7b44e3..856d1b1971b5d6f6b991265768b2f1d22f445128 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </build>
     </profile>
     <profile>
-      <id>buildWithSnapshots</id>
+      <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>
           <id>codehaus.org.snapshots</id>
           <name>Codehaus Snapshots Repository</name>
           <url>http://snapshots.repository.codehaus.org</url>
-        </repository>
+        </repository> 
       </repositories>
     </profile>
   </profiles>