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

Plugin cannot handle "java" in a path name

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.4.3
    • None
    • Maven Surefire Plugin
    • None

    Description

      Commons SCXML has the following include:

      <include>org/apache/commons/scxml/env/javascript/EnvJavaScriptTestSuite.java</include>

      However, the suite was not being found and executed.

      A bit of experimentation shows that the problem is the string "java" in the pathname.

      A work-round is to use:

      <include>org/apache/commons/scxml/env/j*avascript/EnvJavaScriptTestSuite.java</include>
      or
      <include>org/apache/commons/scxml/env/jav*ascript/EnvJavaScriptTestSuite.java</include>
      or
      <include>org/apache/commons/scxml/env/*/EnvJavaScriptTestSuite.java</include>
      etc.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment