Versions Compared

Key

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

...

  • Start NetBeans 7.0
  • Wiki Markup
    Open the Apache CXF project ( File->Open Project->\[Find and Select Parent CXF POM\] ). Click on the Open Project button.
  • Select Tools->Options->Miscellaneous Icon->Maven Tab. In the "Global Execution Options:" edit box, add desired options (if any) followed by clicking OK:

Profile option

Description

-Peverything

Builds everything including the distribution modules that are normally excluded and the sample projects.

-Pnochecks

Builds CXF without running Checkstyle

-Pfastinstall

Builds CXF without running Checkstyle or the tests

...