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

Includes misbehaves with extensions other than java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      Hi,
      When defining an <include> for maven failsafe plugin it ignores ones with file endings other than java. See this report for groovy (https://prometheuscomputing.com/company_site/blogs/26) and I had the same for scala.
      basically
      <includes>
      <include>**/*E2E.scala</include>
      </includes>
      doesn't run a test which sits in FooE2E.scala but this
      <includes>
      <include>**/*E2E.java</include>
      </includes>
      does run the scala test

      Attachments

        Activity

          People

            Unassigned Unassigned
            ittaiz Ittai Zeidman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: