Versions Compared

Key

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

...

You can now build org.lcsim with maven2.

Code Block

mvn

If you want to skip the tests, use

Code Block

mvn -Dmaven.test.skip=true
Panel

Note that Maven 2 also automatically updates the JAS3 plugins

Eclipse integration

First, create a new project with the existing sources for GeomConverter and lcsim. If you have checked out the two projects from cvs, Eclipse will recognize that, so that you have all the cvs commands available within the IDE.

...