Versions Compared

Key

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

...

If you already have built the trunks once, it may be better to clean the repository :

Code Block
cd <root of apache directory server sources>apacheds-trunk
mvn clean

Now, we can compile the project.

The command is simple :

Code Block
cd <root of apache directory server sources>
mvn install
Warning
titleIssue Commands From Top

You must make sure you build the shared, installers, and daemon project modules in addition to the apacheds module to prevent problems with stale Maven SNAPSHOT jars in the snapshot repository from causing compilation errors. This can be guaranteed by performing all Maven operations above in the top directory that you checked out: the apacheds-trunk directory.

A lot of plugins will be downloaded. If you are curious, you can then look at .m2/repository to see what has been downloaded on this step.
Building should finish with these lines:

...