Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6
-
None
Description
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)
Attachments
Attachments
Issue Links
- links to