[
https://issues.apache.org/jira/browse/MEECROWAVE-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg resolved MEECROWAVE-95.
-------------------------------------
Resolution: Fixed
> 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)