Using maven

From Knowitall
Jump to: navigation, search

Maven is a dependency management system. It manages dependencies, downloading what is needed for your project so dependencies are not stored in the SVN. It can also build and run projects.

You can create an eclipse project by running mvn eclipse:eclipse. Be sure that your project compiles first (mvn compile).