]> source.dussan.org Git - archiva.git/commitdiff
put the required repositories in by default
authorBrett Porter <brett@apache.org>
Sun, 8 Mar 2009 23:37:01 +0000 (23:37 +0000)
committerBrett Porter <brett@apache.org>
Sun, 8 Mar 2009 23:37:01 +0000 (23:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751553 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 83c3a3901b1452acc49aa57a04b686f296a1605f..757e9a37167d5024157986fe464bc7ce14d21cec 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </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>