Skip to content

Commit e071e54

Browse files
committed
The default surefire include settings do not need to be overridden.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1293325 13f79535-47bb-0310-9956-ffa450edef68
1 parent edfedb2 commit e071e54

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,7 @@ limitations under the License.
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-surefire-plugin</artifactId>
234-
<version>2.11</version>
235234
<configuration>
236-
<includes>
237-
<include>**/*Test.java</include>
238-
<include>**/Test*.java</include>
239-
</includes>
240235
<excludes>
241236
<exclude>**/*AbstractTest.java</exclude>
242237
</excludes>

0 commit comments

Comments
 (0)