Versions Compared

Key

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

...

How to do this:
http://stackoverflow.com/questions/3500388/finding-out-the-licenses-of-jar-libraries
The Maven "Project Info Reports" plugin produces a Dependencies report that includes the Licenses for the dependencies.


After the release has been approved by IPMC

  1. Release the Jars
    1. Go to https://repository.apache.org/ and release the staging repository
  2. Copy dev artifacts to release
  3. Create a rel/ tag in Git
  4. Update the website
  5. Send out an announce email




References:

http://www.apache.org/dev/publishing-maven-artifacts.html

...