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

[jira] [Updated] (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 ]

Tibor Digana updated SUREFIRE-1292:
-----------------------------------
    Fix Version/s: 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
>             Fix For: 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
(v6.3.4#6332)