Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added external links and moved to Proposals

Plexus-utils (see site and javadoc) is used everywhere on Maven but is a legacy component. Most of its features is available using apache commons Apache Commons.

plexus-utils-commons-bridge is a compatibility layer to ensure backward compatibility, so that we can deprecate plexus-utils

...

Then when you have some tests written in the TCK module, create the implementation class with all the methods:

Code Block

throw new UnsupportedOperationException( "Not implemented yet!" );

and then you can knock off implementations and see your test pass rate rise in the bridge module.

...