Versions Compared

Key

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

...

To build CXF without running checkstyle do:

Code Block

$ mvn -Pnochecks

To build CXF without running checkstyle or the tests do:

Code Block
$ mvn -Pfastinstall

...