You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/05/20 09:40:15 UTC

svn commit: r946552 - /gump/metadata/project/activemq.xml

Author: bodewig
Date: Thu May 20 07:40:15 2010
New Revision: 946552

URL: http://svn.apache.org/viewvc?rev=946552&view=rev
Log:
split build and test

Modified:
    gump/metadata/project/activemq.xml

Modified: gump/metadata/project/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq.xml?rev=946552&r1=946551&r2=946552&view=diff
==============================================================================
--- gump/metadata/project/activemq.xml (original)
+++ gump/metadata/project/activemq.xml Thu May 20 07:40:15 2010
@@ -46,6 +46,7 @@
     <url href="http://activemq.apache.org/"/>
 
     <mvn basedir="activemq-jaas" goal="install">
+      <property name="maven.test.skip.exec" value="true"/>
     </mvn>
 
     <home nested="activemq-jaas" />
@@ -62,6 +63,11 @@
     <option project="velocity-engine"/>
   </project>
 
+  <project name="activemq-jaas-test">
+    <mvn basedir="activemq-jaas"/>
+    <depend project="activemq-jaas"/>
+  </project>
+
   <project name="activemq-openwire-generator">
     <package>org.apache.activemq.openwire.tool</package>
     <description>ActiveMQ :: Openwire Generator</description>