Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS authentication does not work similar to that of the SCM plugin #128

Open
gpaulissen opened this issue Apr 17, 2022 · 0 comments
Open

Comments

@gpaulissen
Copy link

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:

mvn -X clean scm:bootstrap -DscmVersion=main -DscmVersionType=branch -Dgoals=clean -Dpassword=...

This releaser command however fails:

mvn releaser:next -DserverId=T-hive 

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant