Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: recommended Maven version can be found on Developer Setup

...

If using extended characters, be sure server configuration includes URIEncoding="UTF-8 " in the Connector definition.

Maven

...

Maven 2.0.9 or later is required. Download the latest Maven 2.x binary and install following bundled instructions. The "mvn" command must be on your path. The version of Maven we currently recommend is found on Developer Setup.

If you run into java.lang.OutOfMemoryError: Java heap space during mvn's e.g. javac invocation, an "export MAVEN_OPTS=-Xmx512m" helps, best appended to your ~/.profile file.

...