|
Building has been edited by Daniel Kulp (Feb 14, 2007). Content:Before you can build CXF, you'll need to first check it out from the Source Repository. Then you'll need to install Maven 2.0.x Building CXFTo build CXF simply execute: $ mvn install To build CXF without running checkstyle do: $ mvn -Pnochecks To build CXF without running checkstyle or the tests do: $ mvn -Pfastinstall Building releasable/testable kitsThe "distribution" stuff is in the distribution module. After building all the stuff above, you can go into the distribution subdirectory and run: $ mvn install and that will build both a src kit and a binary kit in target. Alternatively, top level, you can run: $ mvn install -Peverything which will cause EVERYTHING to build in one shot.
|
Unsubscribe or edit your notifications preferences
