xtf-cz / xtf

MIT License
12 stars 55 forks source link

Impsort plugin fails with Maven 3.9.1 #545

Closed mnovak1 closed 1 year ago

mnovak1 commented 1 year ago

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.

Fix in https://github.com/xtf-cz/xtf/pull/544