You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/09/22 08:33:04 UTC

svn commit: r448832 - in /incubator/activemq/trunk: activemq-tooling/pom.xml pom.xml

Author: jstrachan
Date: Thu Sep 21 23:33:03 2006
New Revision: 448832

URL: http://svn.apache.org/viewvc?view=rev&rev=448832
Log:
Fixed up the poms to include the maven plugins

Modified:
    incubator/activemq/trunk/activemq-tooling/pom.xml
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/activemq-tooling/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-tooling/pom.xml?view=diff&rev=448832&r1=448831&r2=448832
==============================================================================
--- incubator/activemq/trunk/activemq-tooling/pom.xml (original)
+++ incubator/activemq/trunk/activemq-tooling/pom.xml Thu Sep 21 23:33:03 2006
@@ -33,8 +33,6 @@
     <module>maven-activemq-memtest-plugin</module>
     <module>maven-activemq-perf-plugin</module>
     <module>maven-activemq-plugin</module>
-    <module>maven-bundle-plugin</module>
-    <module>maven-gram-plugin</module>
   </modules> 
 
 </project>

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?view=diff&rev=448832&r1=448831&r2=448832
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Thu Sep 21 23:33:03 2006
@@ -42,13 +42,14 @@
 
     <ciManagement>
         <system>continuum</system>
-        <url>http://ci.gbuild.org/continuum</url>
+        <url>http://goopen.org:8080/continuum</url>
         <notifiers>
             <notifier>
                 <configuration>
-                    <address>activemq-commits@geronimo.apache.org</address>
+                    <address>scm@lingo.codehaus.org</address>
                 </configuration>
             </notifier>
+            
             <notifier>
                   <type>irc</type>
                   <configuration>
@@ -58,8 +59,6 @@
                 </configuration>
             </notifier>               
         </notifiers>
-        
-        
     </ciManagement>
 
     <mailingLists>
@@ -132,6 +131,7 @@
         <module>activemq-web-demo</module>
         <module>activemq-web-console</module>
         <module>activemq-optional</module>
+        <module>activemq-tooling</module>
         <module>activemq-openwire-generator</module>
         <module>assembly</module>
     </modules>