Versions Compared

Key

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

...

Code Block
$ mvn -Pfastinstall

Building releasable/testable kits

The "distribution" stuff is in the distribution module. After building all the stuff above, you can go into the distribution subdirectory and run:

Code Block

$ mvn install

and that will build both a src kit and a binary kit in target. Alternatively, top level, you can run:

Code Block

$ mvn install -Peverything

which will cause EVERYTHING to build in one shot.

Setting up Eclipse

To setup eclipse for CXF, you'll want to check to set up a separate directory /outside of your workspace/. Here is an example of how it might be done:

...