Versions Compared

Key

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

...

To build CXF simply execute (from within the 'trunk' directory):

Code Block
$ mvn install

Or, "mvn clean install" for subsequent runs. To build CXF without running checkstyle do:

...