You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to Maven 4.0.0-rc-4 and cleanup p-u usage (#1548)
Update demos to use Maven 4.0.0-rc-4 and sort out plexus-utils.
At the same time, cleanup plexus-utils usage:
* in general, Resolver does not use p-u nor p-x
* on top we manage it to 3.6.0 (as parent manage it to 4.x); Wagon uses it, at runtime provided by Resolver/Maven; Tools (docgen) uses CachingWriter, but is completely happy with 3.6.0
* Demo snippets and mvn4 supplier aligned with updated Maven 4 version
Unsure what would be the best here, as demos must to override management from top level POM, but we cannot go straight for p-u/p-x 4/4 as we have things like mvn3 supplier.
0 commit comments