-
Notifications
You must be signed in to change notification settings - Fork 11
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
Migrate from maven-artifact-transfer
to direct use of Resolver API
#118
Conversation
@basil, please take a look It would be great to close this as part of Hacktoberfest |
maven-artifact-transfer
to direct use of Resolver API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
…ed2 to 195.v4662dd79fdb_d (#124) * Bump io.jenkins.tools.maven:jellydoc-maven-plugin Bumps [io.jenkins.tools.maven:jellydoc-maven-plugin](https://github.com/jenkinsci/jellydoc-maven-plugin) from 190.ve454d5e0ced2 to 195.v4662dd79fdb_d. - [Release notes](https://github.com/jenkinsci/jellydoc-maven-plugin/releases) - [Commits](https://github.com/jenkinsci/jellydoc-maven-plugin/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.maven:jellydoc-maven-plugin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Adapt to jenkinsci/jellydoc-maven-plugin#118 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Basil Crow <[email protected]>
@pyatizbyantsevia It's superfluous to say that we're grateful for you cleaning up this old Maven plugin. If you're interested in another ticket like this, jenkinsci/maven-hpi-plugin#511 is still open. If not, then thanks again for this contribution! |
I want to express my gratitude to everyone involved! It was an interesting experience =) |
Fixes #64
Testing done
I tested the plugin in action by running a simple project that reflects how it works: https://github.com/pyatizbyantsevia/jellydoc-maven-plugin-64
Submitter checklist
Other
I'm not sure if using RepositoryUtils methods is a good idea. The description of this class contains the following comment:
Warning: This is an internal utility class that is only public for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted without prior notice.