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] 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