Versions Compared

Key

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

...

Before building CXF, you need to setup an environment variable to give maven more memory:

Code Block
setexport MAVEN_OPTS=-Xmx512M

On 64bit platforms (64bit Linux and Solaris are known to require this), you also need to increase the PermGen space:

...