You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have attached both the settings.xml and the pom.xml as text files. And the log files (created with mvn -X) where you can see that the SCM plugin adds the password to the SCM url unlike the releaser plugin.
First of all, thanks for this plugin which is really an improvement compared to the Maven release plugin.
I have been able to a scm:checkout of my project with JGit as the provider and HTTPS as the protocol. That works with this command:
This releaser command however fails:
I have attached both the settings.xml and the pom.xml as text files. And the log files (created with mvn -X) where you can see that the SCM plugin adds the password to the SCM url unlike the releaser plugin.
settings.xml.txt
pom.xml.txt
mvn-scm.log
mvn-releaser.log
The text was updated successfully, but these errors were encountered: