Hello, I am having trouble running "mvn release:perform" step in the Apache Storm project. Artifact fails to upload for tag v2.5.0 ( pom repository: https://github.com/apache/storm/blob/b109d3eb69198443b3acb6281d1154274350cd1e/pom.xml#L707 ).
I get an error: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project storm: Failed to deploy artifacts: Could not transfer artifact org.apache.storm:storm:pom:2.5.0 from/to apache.staging ( https://repository.apache.org/content/groups/staging/): status code: 500, reason phrase: Internal Server Error (500) -> [Help 1] As documented in this Jira: https://issues.apache.org/jira/projects/INFRA/issues/INFRA-24780 Do you think it is because my userid is not authorized? If yes, how can my id "bipinprasad" be authorized? Thanks --Bipin Prasad