Versions Compared

Key

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

...

http://ambari.apache.org is checked in Git in /ambari/docs/src/site folder.

Code Block
svn co https://svn.apache.org/repos/asf/ambari/site
mvn versions:set -DnewVersion={x.y.z}
# Make necessary changes, typically to pom.xml, site.xml, index.apt, and whats-new.apt
mvn clean site

Examine the changes and run mvn site to generate the public website under /ambari/docs/target folder.

...