Using maven

From Knowitall
Revision as of 23:07, 20 April 2011 by Schmmd (talk | contribs) (Created page with "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 r...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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).