Maven Hello WOrld
Version 11.1 by Lachlan Deck on 2008/11/23 15:22
The following guide is aimed at getting you up and running with as minimal fuss as possible.
Requirements
You'll need the following software installed prior to following this tutorial.
- Install Maven 2
- To install maven on a mac:
install macports http://www.macports.org/install.php, then
sudo port install maven2
- To install maven on a mac:
In future, to keep this up to date:
sudo port upgrade maven2
- To install maven otherwise:
See http://maven.apache.org/download.html (scrolling down also for installation instructions)
- To install maven otherwise:
- Maven Settings
TODO
Step 1
TODO