You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/18 18:15:13 UTC

svn commit: r669209 - /servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml

Author: chirino
Date: Wed Jun 18 09:15:12 2008
New Revision: 669209

URL: http://svn.apache.org/viewvc?rev=669209&view=rev
Log:
include a repo so the the jaxb deps can download.

Modified:
    servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml

Modified: servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml?rev=669209&r1=669208&r2=669209&view=diff
==============================================================================
--- servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml Wed Jun 18 09:15:12 2008
@@ -97,4 +97,19 @@
     </dependency>
   </dependencies>
 
+  <repositories>
+    <!--
+    <repository>
+        <id>servicemix-m2-repo</id>
+        <name>Servicemix Maven2 Repository</name>
+        <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
+    </repository>
+  -->
+    <repository>
+      <id>java.net</id>
+      <url>http://download.java.net/maven/1</url>
+      <layout>legacy</layout>
+    </repository>
+  </repositories>
+
 </project>