-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add documentation #2
Comments
I'm looking to help out (time permitting) as this is something I would be interested in using. Has any start been made on this? Do you mean code docs or are you looking at creating online documentation similar to other Maven projects? (example) |
Hi @pwhittlesea, I'm currently a little busy with other things but will get back to the project within the next few days. Help in any form is always welcome :)! The doc is currently extremely lacking (basically non-existent), especially with regards to:
A static site (like other Maven plugins have) which describes its goals (currently only |
So from what I can currently gather the plug-in has 1 property which can be set:
Both the Is this correct? |
This this correct except one minor detail: If the connection contains a username/password pair then that will be used for authentication. This is to allow authentication via Personal Access Tokens which GitLab requires to be part of the URL. For a deep dive into JGit Auth I'd recommend JGit Authentication Explained. |
So if we were using this plug-in in GitLab CI/CD we would have a mvn dependency-update-maven-plugin:update \
-DconnectionUrl=$CI_REPOSITORY_URL?private_token=$MY_PERSONAL_TOKEN Where:
|
The text was updated successfully, but these errors were encountered: