Excludes should not take higher presedence than includes
--------------------------------------------------------

                 Key: MCLOVER-78
                 URL: http://jira.codehaus.org/browse/MCLOVER-78
             Project: Maven 2.x Clover Plugin
          Issue Type: Bug
    Affects Versions: 2.4
            Reporter: Mike Youngstrom
             Fix For: 2.5


If I do:

<includes>
    <include>**/somefile.java</include>
</includes>
<excludes>
    <exclude>**/*.java</exclude>
</excludes>

Then it appears no files get instrumented.  I think the include and exclude 
rules should work the same way they do with the surefire plugin where includes 
have a higher precedence than excludes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to