You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/19 19:56:00 UTC

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

     [ https://issues.apache.org/jira/browse/SUREFIRE-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold resolved SUREFIRE-1292.
---------------------------------------------
    Resolution: Won't Fix

sounds like we're stuck with this

> 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
>             Fix For: 3.0, Backlog
>
>
> 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.3.4#803005)