Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-336

Allow single test path to use '.' delimiter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3
    • 2.3.1
    • Maven Surefire Plugin
    • None
    • Patch

    Description

      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.

      Attachments

        1. SurefirePlugin.patch
          0.8 kB
          Paul Gier

        Activity

          People

            brett Brett Porter
            pgier Paul Gier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: