Versions Compared

Key

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

...

  1. Be sure to source env.sh, so that the TRAFODION_VER environment variable is defined.
  2. Build everything using mvn clean post-site in the top-level directory.
    1. As above, to skip over JDBC dependency, use mvn -P'!jdbc' post-site.
    2. If run into outofmemory Java exception, try "export MAVEN_OPTS="-Xmx2048m -Xms1024m -XX:MaxPermSize=512m"
  3. Verify the contents in the generated docs/target directory.
    1. All documents are in docs/target/docs directory.

...