Details
Description
We have several Jenkins jobs at https://ci.wildfly-swarm.io/ that are used to release various components to OSSRH (and from there to Central). Today, I tried to release one of these component (https://github.com/thorntail/keycloak-config-api) twice, and in both cases, the staging step ended with 403 Forbidden. Snippet of the log:
[INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ keycloak-config-api-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (default) @ keycloak-config-api-parent --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ keycloak-config-api-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ keycloak-config-api-parent --- [INFO] [INFO] Installing /root/workspace/keycloak-config-api-release/target/checkout/pom.xml to /root/workspace/keycloak-config-api-release/.repository/io/thorntail/keycloak-config-api-parent/1.6.4/keycloak-config-api-parent-1.6.4.pom [INFO] [INFO] Installing /root/workspace/keycloak-config-api-release/target/checkout/target/keycloak-config-api-parent-1.6.4.pom.asc to /root/workspace/keycloak-config-api-release/.repository/io/thorntail/keycloak-config-api-parent/1.6.4/keycloak-config-api-parent-1.6.4.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ keycloak-config-api-parent --- [INFO] [INFO] Performing local staging (local stagingDirectory="/root/workspace/keycloak-config-api-release/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary: [INFO] [INFO] [INFO] [INFO] keycloak-config-api-parent ......................... FAILURE [ 2.892 s] [INFO] [INFO] keycloak-client-config-api ......................... SKIPPED [INFO] [INFO] keycloak-server-config-api ......................... SKIPPED [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD FAILURE [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 3.668 s [INFO] [INFO] Finished at: 2019-01-29T08:29:10-07:00 [INFO] [INFO] Final Memory: 42M/410M [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) on project keycloak-config-api-parent: Execution injected-nexus-deploy of goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.3:deploy failed: Nexus connection problem to URL [https://oss.sonatype.org/ ]: 403 - Forbidden -> [Help 1]
Could the machine perhaps got blacklisted, or something like that? Thanks!