You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Maven 2.2.0 Release Plan

Conditions for Milestone Releases:

  • Introduced code should be reasonably well tested (~75% or so)
  • No other Maven features should be adversely affected by its introduction
  • All existing integration tests MUST pass

2.2.0-M?: Multiple modelVersion Support

Accommodate 4.0.0 modelVersion POMs, along with newer versions. This allows us to implement new features that incorporate changes to the POM. One design goal here is to allow Maven versions < 2.2.0 are able to read the new POM formats from the repository.

  • JIRA Issue(s): pending
  • Design Document(s): pending

2.2.0 Final

This release will contain any stabilizing bugfixes for the features and other modifications introduced during the milestone releases.

Conditions for Final Release:

  • All milestone introductions are documented
  • All milestone introductions are thoroughly tested to avoid regression
  • No labels