OK, I dug around and found that Mojohaus does require re-authorization of my keys, which I have done.
I am now stuck trying to do release:perform. I have updated my ~/.m2/settings.xml with the appropriate server passwords, but I seem to require some permission to push the artifacts…? > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on > project idlj-maven-plugin: Failed to deploy artifacts: Could not transfer > artifact org.codehaus.mojo:idlj-maven-plugin:jar:1.2.2 from/to ossrh-staging > (http://oss.sonatype.org/service/local/staging/deploy/maven2): Access denied > to: > https://oss.sonatype.org/service/local/staging/deploy/maven2/org/codehaus/mojo/idlj-maven-plugin/1.2.2/idlj-maven-plugin-1.2.2.jar, > ReasonPhrase: Forbidden. -> [Help 1] I’ll keep hunting around, but I don’t see this explained in the documentation. Thanks, Russ > On Jan 4, 2017, at 12:53 PM, Russell Gold <[email protected]> wrote: > > Hi, > > I am attempting to prepare a release of the idlj-maven-plugin, the first time > from GitHub, and am running into a problem. I have been able to push changes > to GitHub manually, but cannot when using the release plugin. This is how it > is attempting the push: > >> [INFO] Executing: /bin/sh -c cd >> /Users/russgold/projects/mojohaus/idlj-maven-plugin && git push >> ssh:********@github.com/mojohaus/idlj-maven-plugin.git >> refs/tags/idlj-maven-plugin-1.2.2 >> [INFO] Working directory: /Users/russgold/projects/mojohaus/idlj-maven-plugin >> Enter passphrase for key '/Users/russgold/.ssh/github_rsa': > > I have released code via GitHub in the past and not been prompted for this > passphrase, and it is rejecting every passphrase I type. My GitHub Desktop > client is working fine. What is intended in the asterisks? I have tried > changing my scm/developerConnection tag to use https instead of ssh, but that > doesn’t seem to have an effect. I assume I am simply overlooking something > very basic, here. > > Thanks, > Russ > -- You received this message because you are subscribed to the Google Groups "mojohaus-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mojohaus-dev/BAF78014-3784-4E3B-BDDE-F56E26B40A75%40gmail.com. For more options, visit https://groups.google.com/d/optout.
