forked from phoedos/pmd
Removing useles restriction in test classes.
mvn test is 'almost' working... There is still a couple of tests that fails very strangely ( and they are not failing with the bin/build.xml). git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5590 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -219,11 +219,7 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<skip>true</skip>
|
||||
<includes>
|
||||
<include name="test/**/*Test.java" />
|
||||
<exclude name="test/**/Abstract*"/>
|
||||
</includes>
|
||||
<skip>false</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Reference in New Issue
Block a user