versions
versions copied to clipboard
Add ability to update plugins
The property processPlugins has been added (default: false making the change backwards compatible) which enables updating of plugins (plugins, reporting plugins, and plugin management) for the following Mojos:
- UseLatestVersion
- UseLatestSnapshot
- UseLatestRelease
- ForceReleases
- UseDepVersion
- UseNextReleases
- UseNextSnapshots
- UseNextVersions
This depends on #289 which has not been merged, making this diff harder at the moment, but I wanted to get this out there now that I had it. I didn't need to add much new logic to support this, just refactor the existing code to be able to utilize existing functionality.
Fixes #8
This PR is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.