Matthias Balke created MPATCH-19:
------------------------------------

             Summary: ignored patches must not be applied
                 Key: MPATCH-19
                 URL: https://issues.apache.org/jira/browse/MPATCH-19
             Project: Maven Patch Plugin
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: Matthias Balke


To reproduce this bug one has to configure the maven patch plugin to ignore 
some patches.
{code:java}
<ignoredPatches>
    <ignoredPatch>ignored.patch</ignoredPatch>
</ignoredPatches>{code}
When executing the plugin the ignored files are also applied! It seems that 
this feature is broken or not well enough documented.

Also using {{strictPatching}} does not work as documented:
{code:java}
<strictPatching>true</strictPatching>

<ignoredPatches>
    <ignoredPatch>ignored.patch</ignoredPatch>
</ignoredPatches>{code}
I created a minimal example to reproduce this bug



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

Reply via email to