Maven

From KevinWiki

Revision as of 12:50, 4 April 2009 by Kevin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Contents

Install (on Ubuntu Linux 8.04 or higher)

$ sudo apt-get install maven2


Using Maven2

Create a Project

mvn archetype:create -DgroupId=com.lckymn.testproject -DartifactId=testproject


Build a Project

Personal tools