maven
maven copied to clipboard
[MNG-7097] Plugin Dependency Resolution Improvement
Implements a helper component for plugin dependency resolution that provider filter and selector that leaves out core artifacts from collection and resolution.
Something is strange: for example this one fails (on GH but also locally as well):
mng7045 DropUselessAndOutdatedCdiApi.it().................... FAILURE (0.3 s)
but, when I run the POM in IT from CLI with this PR built mvn it is OK (is simple, uses GMavenPlus plugin and a script)
Closing as https://issues.apache.org/jira/browse/MPLUGIN-372 solves all this.