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:
Romain Pelisse
2007-10-26 09:48:18 +00:00
parent 701095c41b
commit 4691599f0b

View File

@ -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>