My team uses a private artifact repository (artifactory) which exposes the same API as sonatype.
However, the signing of the artifacts is not required. I'd like to make the gpg passphrase optional in PublishModule#publish, or have another task (publishWithoutSigning) that would not require the passphrase.
Thoughts ?