Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Labels:
-
Environment:all
-
Number of attachments :
Description
Please add new option "armor" with default value "true" to keep the default behavior.
The motivation is i am currently have a sh script using gpg and expect the produce a binary gpg file. It would be nice for me to use maven-gpg-plugin intead
And what's the use case driving the need for binary signatures? The existing plugin goals are meant to create signatures that get attached to the project for later installation/deployment. Are you just asking for a different format of these attachments (*.sig instead of *.asc) or is the general use case different?