Marshall Schor created MGPG-66: ---------------------------------- Summary: 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
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)