Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:
-
Environment:Ubuntu
Description
Try to perform release but got error :
Waiting for operation to complete...
{{ .........}}{{ [ERROR] Rule failure while trying to close staging repository with ID "combayudwiyansatria-1001".}}
{{ [ERROR] }}
{{ [ERROR] Nexus Staging Rules Failure Report}}
{{ [ERROR] ==================================}}
{{ [ERROR] }}
{{ [ERROR] Repository "combayudwiyansatria-1001" failures}}
{{ [ERROR] Rule "signature-staging" failures}}
{{ [ERROR] * Invalid Signature: '/com/bayudwiyansatria/core/1.0/core-1.0.pom.asc' is not a valid signature for 'core-1.0.pom'.}}
{{ [ERROR] * Invalid Signature: '/com/bayudwiyansatria/core/1.0/core-1.0.jar.asc' is not a valid signature for 'core-1.0.jar'.}}
{{ [ERROR] * Invalid Signature: '/com/bayudwiyansatria/core/1.0/core-1.0-javadoc.jar.asc' is not a valid signature for 'core-1.0-javadoc.jar'.}}
{{ [ERROR] * Invalid Signature: '/com/bayudwiyansatria/core/1.0/core-1.0-sources.jar.asc' is not a valid signature for 'core-1.0-sources.jar'.}}
{{ [ERROR] }}
{{ [ERROR] }}
{{ [ERROR] Cleaning up local stage directory after a Rule failure during close of staging repositories: [combayudwiyansatria-1001]}}
{{ [ERROR] * Deleting context c42c29c38b1c05.properties}}
{{ [ERROR] Cleaning up remote stage repositories after a Rule failure during close of staging repositories: [combayudwiyansatria-1001]}}
{{ [ERROR] * Dropping failed staging repository with ID "combayudwiyansatria-1001" (Rule failure during close of staging repositories: [combayudwiyansatria-1001]).}}{{ Waiting for operation to complete...}}
{{ ...}}{{ [ERROR] Remote staging finished with a failure: Staging rules failure!}}
{{ [INFO] ------------------------------------------------------------------------}}
{{ [INFO] BUILD FAILURE}}
{{ [INFO] ------------------------------------------------------------------------}}
{{ [INFO] Total time: 03:34 min}}
{{ [INFO] Finished at: 2019-07-02T16:26:13+07:00}}
{{ [INFO] ------------------------------------------------------------------------}}
{{ [ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) on project core: 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}}
I have verify with gpg --verify target/core-1.0.jar.asc with no problem :
gpg: enabled debug flags: memstat
gpg: assuming signed data in 'target/core-1.0.jar'
gpg: Signature made Tue 02 Jul 2019 04:09:11 PM WIB
gpg: using EDDSA key 07692121155A583589FC99258FFF40E79CD15646
gpg: Good signature from "Bayu Dwiyan Satria <bayudwiyansatria@gmail.com>" [ultimate]
gpg: aka "[jpeg image of size 4429]" [ultimate]
{{}}