peter-lawrey / Java-Thread-Affinity

Control thread affinity for Java
379 stars 77 forks source link

Maven install -DskipTests failure on OSX #40

Open evandrix opened 11 years ago

evandrix commented 11 years ago
[INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ affinity ---
GPG Passphrase: *
gpg: no default secret key: secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.395s
[INFO] Finished at: Tue Jul 02 23:50:40 SGT 2013
[INFO] Final Memory: 9M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.4:sign (sign-artifacts) on project affinity: Exit code: 2 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
evandrix commented 11 years ago

temporary workaround: disable

peter-lawrey commented 11 years ago

That is actually the fix. It is only used for releases.

On 2 July 2013 17:10, Lee Wei Yeong notifications@github.com wrote:

temporary workaround: disablehttp://www.michaelpollmeier.com/maven-skip-pgp-sign-process

— Reply to this email directly or view it on GitHubhttps://github.com/peter-lawrey/Java-Thread-Affinity/issues/40#issuecomment-20356215 .