Use includes/excludes configured for Surefire when running tests
----------------------------------------------------------------

                 Key: MANT-40
                 URL: http://jira.codehaus.org/browse/MANT-40
             Project: Maven 2.x Ant Plugin
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Benjamin Bentmann


Right now, the includes/excludes for tests are hard-coded to
{code:xml}
<include name="**/*Test.java"/>
<exclude name="**/*Abstract*Test.java"/>
{code}
This should be taken from the [Surefire 
config|http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html].

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to