[
https://issues.apache.org/jira/browse/SUREFIRE-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated SUREFIRE-1292:
-------------------------------------
Fix Version/s: (was: 3.0)
(was: Backlog)
> 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
> Priority: Major
>
> 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
(v8.20.10#820010)