You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ittai Zeidman (JIRA)" <ji...@apache.org> on 2016/10/09 04:18:20 UTC

[jira] [Created] (SUREFIRE-1292) Includes misbehaves with extensions other than java

Ittai Zeidman created SUREFIRE-1292:
---------------------------------------

             Summary: Includes misbehaves with extensions other than java
                 Key: SUREFIRE-1292
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1292
             Project: Maven Surefire
          Issue Type: Bug
            Reporter: Ittai Zeidman


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)