Versions Compared

Key

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

...

When the release has finished, check out the release branch and perform a snapshot deployment of it from the root folder:

No Format

mvn clean install javadoc:jar source:jar deploy

Do the same for trunk if appropriate.

If a release:

No Format

mvn -Prelease clean install deploy -DupdateReleaseInfo=true

Maven will deploy the new artifacts to the Sakai Maven2 SNAPSHOT Repo automatically.

...