protegeproject / protege

Protege Desktop
http://protege.stanford.edu
Other
969 stars 229 forks source link

Improve management of plugin versions #1207

Closed ykazakov closed 1 month ago

ykazakov commented 1 month ago
  1. Plugin versions are now specified in the parent pom. This also has an advantage that that plugin versions will be checked even if plugins are not used (or used only in profiles).
  2. Plugins are updated to the latest versions, except maven-bundle-plugin (with the latest version the bundles get some osgi dependency problems - this needs to be checked)
  3. Set the minimal maven version for more reproducible builds and better reporting for mvn versions:display-plugin-updates
  4. Some obsolete m2e lifecycle-mappings are removed
gouttegd commented 1 month ago

Thanks!