Versions Compared

Key

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

...

Build and install the JARs from the top-level with the following (skipITs will skip integration tests, see below)

No Format
mvn install -DskipTestsDskipITs

To check the code adheres to the style guidelines, which are Sun's conventions except 2 spaces for tabs, http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html, you can use

...