xtf-cz / xtf

MIT License
12 stars 55 forks source link

Fix impsort mvn 391 #544

Closed mnovak1 closed 1 year ago

mnovak1 commented 1 year ago

plexus is no longer injected by maven

https://maven.apache.org/docs/3.9.1/release-notes.html

Maven 2.x was auto-injecting an ancient version of plexus-utils dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See MNG-6965.

Please make sure your PR meets the following requirements:

mnovak1 commented 1 year ago

@simkam I've force pushed the PR as I left a mess there.

mnovak1 commented 1 year ago

I'll merge it once all checks passes.

simkam commented 1 year ago

ha, I thought it is intentional ... ok