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

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

Author: gtully
Date: Fri Oct  5 19:05:28 2012
New Revision: 1394734

URL: http://svn.apache.org/viewvc?rev=1394734&view=rev
Log:
revert the change to defalut included for surefire, there are a bunch of non tests in there. *Test.* is needed

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=1394734&r1=1394733&r2=1394734&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Fri Oct  5 19:05:28 2012
@@ -474,7 +474,9 @@
             </property>
             -->
           </systemProperties>
-
+          <includes>
+            <include>**/*Test.*</include>
+          </includes>
           <excludes>
             <exclude>**/perf/SimpleDurableTopicTest.*</exclude>
             <!-- These tests run too slow to execute as part of the unit tests -->
@@ -1129,6 +1131,9 @@
                    <value>target/</value>
                    </property>
                 </systemProperties>
+              <includes>
+                <include>**/*Test.*</include>
+              </includes>
               <excludes>
                 <exclude>**/perf/SimpleDurableTopicTest.*</exclude>
                 <!-- These tests run too slow to execute as part of the unit tests -->