Changes for page Maven Hello WOrld

Last modified by Lachlan Deck on 2008/12/08 16:15

From version 6.1
edited by Lachlan Deck
on 2008/11/23 15:29
Change comment: There is no comment for this version
To version 13.1
edited by Lachlan Deck
on 2008/11/23 15:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,6 @@
5 5  You'll need the following software installed prior to following this tutorial.
6 6  
7 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 9  ** To install maven on a mac:
10 10   install macports [[http://www.macports.org/install.php]], then on the terminal
11 11   {{noformat}}sudo port install maven2{{/noformat}}
... ... @@ -15,6 +15,10 @@
15 15   {noformat}sudo port upgrade maven2{noformat}
16 16   {{/info}}
17 17  
17 +*
18 +** To install maven otherwise:
19 + See [[http://maven.apache.org/download.html]] (scrolling down also for installation instructions)
20 +
18 18  * Maven Settings
19 19  
20 20  TODO