Versions Compared

Key

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

We are starting to have support for maven 2 for building org.lcsim.
This is a cheat sheet for building org.lcsim with maven 2.

Prerequisites

  • Maven 2
    Once you have downloaded maven and put the directory where you want it, make sure the executable mvn is in your $PATH. Then you are done with the installation of maven2.

Command line

The proper command to run maven2 is "mvn". Before building the org.lcsim libraries with it, you have to create a symbolic link from pom2.xml to pom.xml in the main directory of org.lcsim. In Unix derivates you would go about it like this:

...