gaul / modernizer-maven-plugin

Detect uses of legacy Java APIs
Apache License 2.0
369 stars 53 forks source link

FYI: Apache Maven core plugins are going for 3.6.3 as prerequisite #259

Open cstamas opened 4 months ago

cstamas commented 4 months ago

Just FYI, as latest dependabot PRs for latest Maven Core plugins fail due being built with ancient Maven 3.2.5. Do you really need to cover history of 10+ years?

Apache Maven project decided to lift up all the core plugins prerequisite to Maven 3.6.3 (same for Codehaus Mojos).

gaul commented 4 months ago

For 2.9.0 let's just revert so we get a known good package. For the next 3.0.0 can you submit a PR that brings Modernizer into the same dependencies as other Maven core plugins? It would be good if we could document the requirements in README.md.

cstamas commented 4 months ago

Will prep a PR