You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/08/10 21:48:44 UTC

svn commit: r1371814 - /activemq/trunk/activemq-core/pom.xml

Author: tabish
Date: Fri Aug 10 19:48:43 2012
New Revision: 1371814

URL: http://svn.apache.org/viewvc?rev=1371814&view=rev
Log:
change m2e connector config

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1371814&r1=1371813&r2=1371814&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Fri Aug 10 19:48:43 2012
@@ -415,7 +415,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <execute></execute>
+                    <ignore></ignore>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -543,7 +543,7 @@
 
             <!-- Don't run the openwire encoding tests since the test and impls are code generated -->
             <exclude>org/apache/activemq/openwire/v*/**</exclude>
-            
+
             <!-- this is a list of our slowest tests (slowest on top).. disabled to bring the build down to about 30 min -->
             <exclude>org/apache/activemq/camel/TransactedConsumeTest.*</exclude>
             <exclude>org/apache/activemq/usecases/JdbcDurableSubDupTest.*</exclude>
@@ -947,7 +947,7 @@
             <exclude>org/apache/activemq/store/jdbc/JDBCStoreBrokerTest.*</exclude>
             <exclude>org/apache/activemq/broker/ft/MasterSlaveSlaveDieTest.*</exclude>
             <exclude>org/apache/activemq/security/XBeanSecurityWithGuestNoCredentialsOnlyTest.*</exclude>
-            
+
           </excludes>
         </configuration>
       </plugin>