Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Switched to regular Maven tools page for Maven reference.

...

Setting up your build

If you use maven 're using Maven to build your project have a look at Building your cxf project with maven this page.

Open Otherwise, open up your favorite IDE and create a new project. The first thing we need to do is add the necessary CXF dependencies to the project. You can find these dependencies in the CXF distribution in the lib directory. (note: the version numbers on these jars may be different if versions have changed)

...