ToastShaman / dropwizard-auth-jwt

A Dropwizard authentication filter using JSON Web Token (JWT)
Apache License 2.0
116 stars 50 forks source link

Moved gpg and nexus plugins into a release profile #14

Closed kimble closed 8 years ago

kimble commented 8 years ago

Moved maven-gpg-plugin and nexus-staging-maven-plugin into a 'release' profile to facilitate building / testing without setting up gpg keys.

The profile can be activated like this: mvn clean install -P release

kimble commented 8 years ago

To avoid failures like this:

[INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ dropwizard-auth-jwt --- gpg: no default secret key: secret key not available gpg: signing failed: secret key not available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE