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

Compare with Current View Page History

« Previous Version 8 Next »

Release Process Notes for Maven 2.0.2

  • moved benchmark to the sandbox
  • moved examples to the sandbox
  • it would be nice to separate the stuff that is really the core from the
    • integration tests
    • the ant bindings (depends on the core)
    • the embedder (depends on the core)
  • the ant and embedder build should be similar, using a property to control the version, these two builds
    need to be grouped together due their similarity
  • i changed the release plugin so that we have an up-front check for snapshot dependencies in the projects in the reactor and
    to make sure there are no non-snapshot version numbers.
  • in the top level directory of the 2.0.x branch: mvn release:prepare
  • maven-meeper should be moved out of the core, snapshots still remain as not in modules list
  • maven-repository-tools should be moved out of the core, snapshots still remain as not in modules list
  • we should build the release using 1.4.x of the JVM
  • in the top level directory of the 2.0.x branch: mvn release:perform
  • No labels