Versions Compared

Key

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

...

To create a workspace, just run "mvn

No Format

> mvn -Pfastinstall
> mvn -Psetup.eclipse  

OR

No Format

> mvn install -Pfastinstall -Psetup.eclipse

". This creates a new workspace in "../workspace" for use with CXF. If you don't want the workspace there, you can run: "mvn -Psetup.eclipse -Declipse.workspace.dir=path/to/workspace".

...