Allow single test path to use '.' delimiter
-------------------------------------------

                 Key: SUREFIRE-336
                 URL: http://jira.codehaus.org/browse/SUREFIRE-336
             Project: Maven Surefire
          Issue Type: Improvement
          Components: plugin
    Affects Versions: 2.3
            Reporter: Paul Gier
         Attachments: SurefirePlugin.patch

Currently when running a single test with the surefire plugin.  The path to the 
test has to be slash delimited
mvn -Dtest=org/test/MyTest

It would be convenient to be able to use the package name for the test like 
this:
mvn -Dtest=org.test.MyTest

The patch is a very simple change to replace the '.' with '/' in the plugin.

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