You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2009/06/17 03:50:53 UTC

svn commit: r785465 - /activemq/sandbox/activemq-flow/activemq-broker/pom.xml

Author: chirino
Date: Wed Jun 17 01:50:53 2009
New Revision: 785465

URL: http://svn.apache.org/viewvc?rev=785465&view=rev
Log:
Adding maven repo for schemagen plugin

Modified:
    activemq/sandbox/activemq-flow/activemq-broker/pom.xml

Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-broker/pom.xml?rev=785465&r1=785464&r2=785465&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-broker/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-broker/pom.xml Wed Jun 17 01:50:53 2009
@@ -43,13 +43,19 @@
       <url>http://repository.codehaus.org/</url>
     </repository>
   </repositories>
+    
   <pluginRepositories>
+  	<!-- For the schemagen plugin -->
     <pluginRepository>
-      <id>maven2-repository.dev.java.net</id>
-      <url>http://download.java.net/maven/2</url>
+      <id>open.iona.m2</id>
+      <name>IONA Open Source Community Release Repository</name>
+      <url>http://repo.open.iona.com/maven2</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
     </pluginRepository>
   </pluginRepositories>
-
+  
   <dependencies>
   
     <dependency>