Bug 543561

Summary: Access denied to JSTL staging profile
Product: Community Reporter: Maxim Nesen <maxim.nesen>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1 CC: frederic.gurr, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Maxim Nesen CLA 2019-01-18 04:23:27 EST
Hello,

I'm trying to stage JSTL impl (not api) with group id org.glassfish.web
to the  staging profile 70f76acce1db5f (which is only jakarta.servlet.jsp.jstl thus API group id). However API and IMPL are in the same github repository. So the same staging profile is used. 
Could you please allow access for the org.glassfish.web group Id as well? 

The error log is: 
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project javax.servlet.jsp.jstl: Failed to deploy artifacts: Could not transfer artifact org.glassfish.web:javax.servlet.jsp.jstl:jar:1.2.6 from/to ossrh (https://oss.sonatype.org/service/local/staging/deploy/maven2/): Access denied to: https://oss.sonatype.org/service/local/staging/deploy/maven2/org/glassfish/web/javax.servlet.jsp.jstl/1.2.6/javax.servlet.jsp.jstl-1.2.6.jar, ReasonPhrase: Forbidden. -> [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

the full job's log is: https://jenkins.eclipse.org/jstl/job/Jstl_api_release/63/console

thank you
Comment 1 Frederic Gurr CLA 2019-01-18 10:56:08 EST
I've commented on https://issues.sonatype.org/browse/OSSRH-43101.
Comment 2 Frederic Gurr CLA 2019-01-18 14:56:45 EST
Permissions have been given. Please try again.
Comment 3 Maxim Nesen CLA 2019-01-19 05:47:35 EST
it works like a charm, thank you :)