[
https://issues.apache.org/jira/browse/MGPG-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16642492#comment-16642492
]
Karl Heinz Marbaise commented on MGPG-66:
-----------------------------------------
Can you please do a git patch cause the source code is hosted in Git and not in
SVN anymore https://gitbox.apache.org/repos/asf?p=maven-gpg-plugin.git or
create a real pull request via Github: here
https://github.com/apache/maven-gpg-plugin/
> sign goal's "excludes" configuration ignored
> --------------------------------------------
>
> Key: MGPG-66
> URL: https://issues.apache.org/jira/browse/MGPG-66
> Project: Maven GPG Plugin
> Issue Type: Bug
> Affects Versions: 1.6
> Reporter: Marshall Schor
> Priority: Major
> Attachments: maven-gpg-plugin-1.6-MGPG-66.txt
>
>
> The class GpgSignAttachedMojo computes the excludes, and has a method
> isExcluded(name), but that method is never called. As a result, the excludes
> are ignored.
> A fix is to add if ( ! isExcluded( file.getPath() ) ) around the code in the
> loop over all attached artifacts. (I tried this and it seems to work)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)