You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2018/02/06 15:55:00 UTC

[jira] [Updated] (MEECROWAVE-95) Maven properties meecrowave.scanning-include and exclude are mixed up

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

Romain Manni-Bucau updated MEECROWAVE-95:
-----------------------------------------
    Summary: Maven properties meecrowave.scanning-include and exclude are mixed up  (was: meecrowave.scanning-include and exclude are mixed up)

> Maven properties meecrowave.scanning-include and exclude are mixed up
> ---------------------------------------------------------------------
>
>                 Key: MEECROWAVE-95
>                 URL: https://issues.apache.org/jira/browse/MEECROWAVE-95
>             Project: Meecrowave
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Major
>             Fix For: 1.2.1
>
>
> in the MeecrowaveRunMojo we have the parameters for meecrowave.scanning-exclude and meecrowave.scanning-include mixed up
>  
> {noformat}
> -    @Parameter(property = "meecrowave.scanning-exclude")
> +    @Parameter(property = "meecrowave.scanning-include")
>      private String scanningIncludes;
>  
> -    @Parameter(property = "meecrowave.scanning-include")
> +    @Parameter(property = "meecrowave.scanning-exclude")
>      private String scanningExcludes;
> {noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)