Mark Struberg created MEECROWAVE-95:
---------------------------------------

             Summary: 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
             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)

Reply via email to