Hello, I am a PMC on the Apache Directory project and trying to release one of its subprojects - Fortress.
I am getting an error uploading the .jar file to the apache maven repo. The problem occurs during this step of the release process: mvn -Papache-release release:perform with this error in the console: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project fortress-core: Failed to deploy artifacts: Could not transfer artifact org.apache.directory.fortress:fortress-core:jar:2.0.1 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/directory/fortress/fortress-core/2.0.1/fortress-core-2.0.1.jar. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1] *** I just ran this process a few days ago with no problems meaning before the authorization was there. I am running on the same machine as the same user. Can you help or point me in the right direction? Thanks —Shawn