Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Labels:
Description
this is my first time releasing a library and I'm trying to release it to the central reposotory but i keep getting this error...
[ERROR] Rule failure while trying to close staging repository with ID "comgithubamjadnas-1008".
[ERROR]
[ERROR] Nexus Staging Rules Failure Report
[ERROR] ==================================
[ERROR]
[ERROR] Repository "comgithubamjadnas-1008" failures
[ERROR] Rule "signature-staging" failures
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://pool.sks-keyservers.net:11371/>http://pool.sks-keyservers.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://keyserver.ubuntu.com:11371/>http://keyserver.ubuntu.com:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://keys.gnupg.net:11371/>http://keys.gnupg.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://pool.sks-keyservers.net:11371/>http://pool.sks-keyservers.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://keyserver.ubuntu.com:11371/>http://keyserver.ubuntu.com:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://keys.gnupg.net:11371/>http://keys.gnupg.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://pool.sks-keyservers.net:11371/>http://pool.sks-keyservers.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://keyserver.ubuntu.com:11371/>http://keyserver.ubuntu.com:11371/</a>. Upload your public key and try the operation again.
[ERROR] * No public key: Key with id: (e8bbe3d9cd8796f) was not able to be located on <a href=http://keys.gnupg.net:11371/>http://keys.gnupg.net:11371/</a>. Upload your public key and try the operation again.
[ERROR] Rule "javadoc-staging" failures
[ERROR] * Missing: no javadoc jar found in folder '/com/github/amjadnas/sql-db-handler/1.0.0'
[ERROR]
[ERROR]
[ERROR] Cleaning up local stage directory after a Rule failure during close of staging repositories: [comgithubamjadnas-1008]
[ERROR] * Deleting context 1b506a08c070a2.properties
[ERROR] Cleaning up remote stage repositories after a Rule failure during close of staging repositories: [comgithubamjadnas-1008]
[ERROR] * Dropping failed staging repository with ID "comgithubamjadnas-1008" (Rule failure during close of staging repositories: [comgithubamjadnas-1008]).
Waiting for operation to complete...
....
[ERROR] Remote staging finished with a failure: Staging rules failure!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:06 min
[INFO] Finished at: 2019-12-22T20:04:43+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) on project sql-db-handler: Remote staging failed: Staging rules failure! -> [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
]