Java-Thread-Affinity icon indicating copy to clipboard operation
Java-Thread-Affinity copied to clipboard

Maven install -DskipTests failure on OSX

Open evandrix opened this issue 12 years ago • 2 comments

[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 avatar Jul 02 '13 15:07 evandrix

temporary workaround: disable

evandrix avatar Jul 02 '13 16:07 evandrix

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

On 2 July 2013 17:10, Lee Wei Yeong [email protected] 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 .

peter-lawrey avatar Jul 02 '13 18:07 peter-lawrey