Wiki source code of Maven Hello WOrld
Version 11.1 by Lachlan Deck on 2008/11/23 15:22
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | The following guide is aimed at getting you up and running with as minimal fuss as possible. | ||
2 | |||
3 | === Requirements === | ||
4 | |||
5 | You'll need the following software installed prior to following this tutorial. | ||
6 | |||
7 | * Install Maven 2 | ||
8 | ** To install maven on a mac: | ||
9 | install macports [[http://www.macports.org/install.php]], then | ||
10 | ##sudo port install maven2## | ||
11 | |||
12 | In future, to keep this up to date: | ||
13 | ##sudo port upgrade maven2## | ||
14 | |||
15 | * | ||
16 | ** To install maven otherwise: | ||
17 | See [[http://maven.apache.org/download.html]] (scrolling down also for installation instructions) | ||
18 | |||
19 | * Maven Settings | ||
20 | |||
21 | TODO | ||
22 | |||
23 | === Step 1 === | ||
24 | |||
25 | TODO |