You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2011/02/25 12:38:44 UTC

svn commit: r1074479 - /cxf/trunk/distribution/karaf/pom.xml

Author: ningjiang
Date: Fri Feb 25 11:38:43 2011
New Revision: 1074479

URL: http://svn.apache.org/viewvc?rev=1074479&view=rev
Log:
CXF-3333 add apache snapshot repo for running -Pvalidate

Modified:
    cxf/trunk/distribution/karaf/pom.xml

Modified: cxf/trunk/distribution/karaf/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/karaf/pom.xml?rev=1074479&r1=1074478&r2=1074479&view=diff
==============================================================================
--- cxf/trunk/distribution/karaf/pom.xml (original)
+++ cxf/trunk/distribution/karaf/pom.xml Fri Feb 25 11:38:43 2011
@@ -41,4 +41,30 @@
       <module>features</module>
     </modules>
 
+     <repositories>
+          <repository>
+              <id>apache.snapshots</id>
+              <url>http://repository.apache.org/snapshots/</url>
+              <name>Apache Snapshot Repo</name>
+             <snapshots>
+                 <enabled>true</enabled>
+             </snapshots>
+             <releases>
+                 <enabled>false</enabled>
+             </releases>
+         </repository>
+     </repositories>
+    <pluginRepositories>
+         <pluginRepository>
+             <id>apache.snapshots</id>
+             <url>http://repository.apache.org/snapshots/</url>
+             <snapshots>
+                 <enabled>true</enabled>
+             </snapshots>
+             <releases>
+                 <enabled>false</enabled>
+             </releases>
+         </pluginRepository>
+     </pluginRepositories>
+
 </project>