Versions Compared

Key

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

...

Warning

We use Maven version 2.0.6 9 and JDK 1.5.0 (update 11) to build all Directory subrojects even if they run on JDK 1.4.2. If you build with JDK 1.4.2 you're build lamn versions of ApacheDS for example because certain optional functionality present when run on JDK 1.5.x and up will not be present. Furthermore you won't be able to deploy some jars because .

Note
JDK 1.6.x
JDK 1.6.x

Because of bugs in Maven SSH functionality that require 1.5.x . So please use JDK 1.5 and don't even think about JDK 1.6 yet at least for deploying with Mavenyou'll need to set the release.altDeploymentRepository property in the settings.xml (see below) the be able to deploy with Maven using JDK 1.6.x.

Maven Settings

You'll need a settings section for the people.apache.org server with a password or a path to the SSH key used. Here's what my settings.xml file in ~/.m2 looks like:

...