Wildcards on -Dtest property
-----------------------------
Key: SUREFIRE-601
URL: http://jira.codehaus.org/browse/SUREFIRE-601
Project: Maven Surefire
Issue Type: Bug
Components: Maven Surefire Plugin
Affects Versions: 2.4.3
Reporter: Thomas Diesler
I'd like to run all enterprise tests like this
mvn -Dtest=enterprise/** test
This should run all tests in subpackages of 'enterprise'
org.jboss.test.osgi.example.enterprise.jmx.JMXEnterpriseTestCase
Currently, I need to use a pattern like this
mvn -Dtest=enterprise/*/* test
--
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