You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/02/24 17:30:13 UTC

svn commit: r1293325 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Fri Feb 24 16:30:12 2012
New Revision: 1293325

URL: http://svn.apache.org/viewvc?rev=1293325&view=rev
Log:
The default surefire include settings do not need to be overridden.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1293325&r1=1293324&r2=1293325&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Fri Feb 24 16:30:12 2012
@@ -231,12 +231,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.11</version>
         <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-            <include>**/Test*.java</include>
-          </includes>
           <excludes>
             <exclude>**/*AbstractTest.java</exclude>
           </excludes>