Browse Source

JAVA: Exclude TestMetadataTestCase from test cases.

Review URL: https://codereview.appspot.com/5847065
pull/567/head
Philippe Liard 14 years ago
committed by Mihaela Rosca
parent
commit
8965a882d4
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      java/pom.xml

+ 4
- 1
java/pom.xml View File

@ -88,9 +88,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.10</version>
<version>2.12</version>
<configuration>
<forkMode>never</forkMode>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
<plugin>


Loading…
Cancel
Save