You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Stephen Duncan <st...@gmail.com> on 2006/06/19 02:20:55 UTC

[PATCH] Exclude TestSuite's from Maven

Maven by default tries to run anything matching: **/Test*.java
**/*Test.java **/*TestCase.java

Excluded **/*TestSuite* to prevent it from thinking the TestSuites are
tests to be run.

-Stephen

[[[
Prevent Maven from trying to run the TestSuites.  Added **/*TestSuite*
to exclusions in parent pom.xml
]]]

-- 
Stephen Duncan Jr
www.stephenduncanjr.com