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/423C4DE8-2655-411F-BED3-3764A7F58327%40gmail.com. For more options, visit https://groups.google.com/d/optout.
