Wiki source code of Maven Hello WOrld
Version 14.1 by Lachlan Deck on 2008/11/23 15:27
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
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 | ||
![]() |
9.1 | 8 | ** To install maven on a mac: |
![]() |
13.1 | 9 | install macports [[http://www.macports.org/install.php]], then on the terminal |
10 | {{noformat}}sudo port install maven2{{/noformat}} | ||
![]() |
11.1 | 11 | |
![]() |
13.1 | 12 | {{info title="Future upgrades"}} |
![]() |
5.1 | 13 | In future, to keep this up to date: |
![]() |
13.1 | 14 | {noformat}sudo port upgrade maven2{noformat} |
15 | {{/info}} | ||
![]() |
5.1 | 16 | |
![]() |
9.1 | 17 | * |
18 | ** To install maven otherwise: | ||
![]() |
7.1 | 19 | See [[http://maven.apache.org/download.html]] (scrolling down also for installation instructions) |
20 | |||
![]() |
5.1 | 21 | * Maven Settings |
22 | |||
23 | TODO | ||
24 | |||
25 | === Step 1 === | ||
26 | |||
27 | TODO |