Nick Boldt created JBIDE-23390:
----------------------------------
Summary: fix staging repo id for pushing releases to jboss nexus
Key: JBIDE-23390
URL:
https://issues.jboss.org/browse/JBIDE-23390
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, maven, target-platform
Affects Versions: 4.4.2.AM2
Reporter: Nick Boldt
Last night when trying to release jbosstools-maven-plugins I was given this error:
{code}
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/or....
Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]{code}
Turns out the solution is this change:
https://github.com/jbosstools/jbosstools-maven-plugins/commit/31662dca8a6...
So, we should roll this out to the parent pom, target platforms root pom, and
jbosstools-build-ci too.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)