Wiki source code of Maven Hello WOrld

Version 10.1 by Lachlan Deck on 2008/11/23 15:20

Hide last authors
Lachlan Deck 5.1 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
Lachlan Deck 9.1 8 ** To install maven on a mac:
Lachlan Deck 7.1 9 install macports [[http://www.macports.org/install.php]]
10 ##sudo port install maven2##
Lachlan Deck 5.1 11 In future, to keep this up to date:
Lachlan Deck 7.1 12 ##sudo port upgrade maven2##
Lachlan Deck 5.1 13
Lachlan Deck 9.1 14 *
15 ** To install maven otherwise:
Lachlan Deck 7.1 16 See [[http://maven.apache.org/download.html]] (scrolling down also for installation instructions)
17
Lachlan Deck 5.1 18 * Maven Settings
19
20 TODO
21
22 === Step 1 ===
23
24 TODO