Versions Compared

Key

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

...

Go to: https://repository.apache.org and log in
Follow the steps as described on http://maven.apache.org/developers/release/releasing.html (Close the staging repository)

Create the distribution

Wiki Markup
\[TODO\] make sure the release.sh script does not delete existing files?

Code Block
>cd target/checkout (we want to have the same artifacts in the dist as in the repo)
>./release.sh
...
Distribution build completed in target/dist

...