Versions Compared

Key

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

...

which will cause EVERYTHING to build in one shot.

Deploying snapshots

To deploy a snapshot (apache commiters only), run

Code Block

mvn -Pdeploy deploy

That will deploy the latest snapshot along with the javadoc and source jar bundles to apaches snapshot repository.

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:

...