-
Bug
-
Resolution: Done
-
Major
-
4.4.2.AM2
-
None
-
devex #122 October 2016
-
3
Last night when trying to release jbosstools-maven-plugins I was given this error:
ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project tycho-plugins: Failed to deploy artifacts: Could not transfer artifact org.jboss.tools:tycho-plugins:pom:0.26.0 from/to jboss-staging-repository (https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/): Failed to transfer file: https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/org/jboss/tools/tycho-plugins/0.26.0/tycho-plugins-0.26.0.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]
Turns out the solution is this change:
So, we should roll this out to the parent pom, target platforms root pom, and jbosstools-build-ci too.