Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Known plugins still to do (there are probably more):

  • maven-assembly-plugin
  • maven-dependency-plugin
  • maven-surefire-plugin

 

5.Housekeeping

  1. Rename package to org.apache.maven.plugins (matching the groupId, not conflicting with maven-core package)
  2. Resolve reflection usage, meant to call Maven3 specific code when available.
  3. Remove deprecated parameters, methods, goals, classes
  4. Remove unnecessary overloaded methods. Some methods have been extended with arguments to stay backwards compatible. Time to clean this up (if the number of arguments is still uncertain, use a Request/Result object containing the argument objects, so the method signature will stay the same).

...