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 2013/05/20 18:08:41 UTC

svn commit: r1484512 - /activemq/trunk/pom.xml

Author: chirino
Date: Mon May 20 16:08:41 2013
New Revision: 1484512

URL: http://svn.apache.org/r1484512
Log:
Add the plugin repo since the plugin has not made it to central yet.

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1484512&r1=1484511&r2=1484512&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon May 20 16:08:41 2013
@@ -1455,6 +1455,14 @@
           </plugin>
         </plugins>
       </build>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>com.fusesource.m2</id>
+          <url>http://repo.fusesource.com/nexus/content/groups/public/</url>
+          <releases><enabled>true</enabled></releases>
+          <snapshots><enabled>false</enabled></snapshots>
+        </pluginRepository>
+      </pluginRepositories>
     </profile>
     
     <profile>