Versions Compared

Key

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

...

Make sure it passes the apache rat tool.

Code Block

mvn clean apache-rat:check

Create a tarball

Note that running the rat tool can create some artifacts that we do not want in the tarball.
Make sure that you are tarring up a fresh checkout of the release branch.

Code Block
 cp -R ambari-svn-x.y.z ambari-x.y.z-incubating
 tar --exclude=.svn -zcvf ambari-x.y.z-incubating.tar.gz ambari-x.y.z-incubating 

...