maven-plugin-tools icon indicating copy to clipboard operation
maven-plugin-tools copied to clipboard

Remove Maven3 remnants

Open kwin opened this issue 1 year ago • 3 comments
trafficstars

(WIP)

kwin avatar Aug 15 '24 12:08 kwin

@gnodet Is this going in the right direction? A lot of work still to be done....

kwin avatar Aug 15 '24 12:08 kwin

@gnodet Is this going in the right direction? A lot of work still to be done....

I think so. To port plugins to the v4 api, basically they should not have any dependency coming from maven other than org.apache.maven.api packages.

gnodet avatar Aug 15 '24 21:08 gnodet

Will this include the fixing of warnings in code produced by maven-plugin-plugin for v4?

As an example, generated HelpMojo classes now fail in projects with -Werror as they still access deprecated APIs such as .getLog().

ascopes avatar Jan 04 '25 09:01 ascopes