Skip to content

Commit

Permalink
include all individual *Test's instead of specific includes. This wil…
Browse files Browse the repository at this point in the history
…l make Ant* tests fail; needs to be fixed
  • Loading branch information
maxandersen committed May 30, 2011
1 parent 90046e3 commit 590321b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*hbm2hbmxml*/*.java</include> <!-- 69 -->
<include>**/*query*/*.java</include> <!-- 1 -->
<include>**/*jdbc2cfg*/*.java</include> <!-- 90 (2 error, 2 failures) -->
<include>**/*hbm2x*/*.java</include>

<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
Expand Down

0 comments on commit 590321b

Please sign in to comment.