versions icon indicating copy to clipboard operation
versions copied to clipboard

Add ability to update plugins

Open adamvoss opened this issue 7 years ago • 1 comments

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

adamvoss avatar Jul 05 '18 00:07 adamvoss

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.

github-actions[bot] avatar Jun 10 '21 02:06 github-actions[bot]