Wiki source code of Maven Hello WOrld

Version 5.1 by Lachlan Deck on 2008/11/23 15:29

Show last authors
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 other than on mac, see [[http://maven.apache.org/download.html]] (scrolling down also for installation instructions)
9 ** To install maven on a mac:
10 install macports [[http://www.macports.org/install.php]], then on the terminal
11 {{noformat}}sudo port install maven2{{/noformat}}
12
13 {{info title="Future upgrades"}}
14 In future, to keep this up to date:
15 {noformat}sudo port upgrade maven2{noformat}
16 {{/info}}
17
18 * Maven Settings
19
20 TODO
21
22 === Step 1 ===
23
24 TODO