"test" target should support running a single test - just like mvn test does
----------------------------------------------------------------------------
Key: MANT-7
URL: http://jira.codehaus.org/browse/MANT-7
Project: Maven 2.x Ant Plugin
Type: Improvement
Reporter: Matt Raible
<batchtest todir="${maven.test.reports}" if="test">
<fileset dir="src/test/java">
<include name="**/*${test}"/>
<exclude name="**/*Abstract*Test.java"/>
</fileset>
</batchtest>
<batchtest todir="${maven.test.reports}" unless="test">
<fileset dir="src/test/java">
<include name="**/*Test.java"/>
<exclude name="**/*Abstract*Test.java"/>
</fileset>
</batchtest>
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]