You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ak...@apache.org on 2006/03/08 20:23:15 UTC

svn commit: r384306 - /incubator/felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml

Author: akarasulu
Date: Wed Mar  8 11:23:14 2006
New Revision: 384306

URL: http://svn.apache.org/viewcvs?rev=384306&view=rev
Log:
adding snapshots repository so externalized instance works properly

Modified:
    incubator/felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml

Modified: incubator/felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml?rev=384306&r1=384305&r2=384306&view=diff
==============================================================================
--- incubator/felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml (original)
+++ incubator/felix/trunk/tools/maven2/maven-osgi-plugin/pom.xml Wed Mar  8 11:23:14 2006
@@ -9,6 +9,16 @@
   <artifactId>maven-osgi-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven OSGi Plugin</name>
+
+  <repositories>
+    <!-- For snapshots (no release jars or non-apache jars)           -->
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+    </repository>
+  </repositories>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>