You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2008/05/27 16:18:16 UTC

svn commit: r660526 - /continuum/trunk/pom.xml

Author: brett
Date: Tue May 27 07:18:14 2008
New Revision: 660526

URL: http://svn.apache.org/viewvc?rev=660526&view=rev
Log:
include repository for building without the parent installed

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=660526&r1=660525&r2=660526&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Tue May 27 07:18:14 2008
@@ -24,6 +24,21 @@
     <version>1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
+
+  <!-- for snapshot parent -->
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <groupId>org.apache.continuum</groupId>
   <artifactId>continuum</artifactId>
   <packaging>pom</packaging>