Concrete developments steps

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
[Apache Maven 2|http://maven.apache.org/] is a popular "software project management and comprehension tool". In many ways, it can be seen as the successor of - the still popular - Ant tool. Nowadays, Maven 2 is used by an increasing number of software projects, including Petals ESB. An important part of the development of Petals component is based on the use of this tool.

# Download Apache Maven 2 from : [http://maven.apache.org/|http://maven.apache.org/].
# Install Maven 2 using this guide : [http://maven.apache.org/download.html|http://maven.apache.org/download.html].
# Check if the {{M2_HOME}} environment variable is pointing to your Maven 2 installation.
# Check if {{M2_HOME/bin}} has been added to your system path.
\\
{info:title=Info}
For more information on Apache Maven 2, you should read the following books :
* [Maven by Example|http://www.sonatype.com/books/mvnex-book/reference/public-book.html]
* [Maven: The Complete Reference|http://www.sonatype.com/books/mvnref-book/reference/public-book.html]

*Note :* Theses two books where originally a same one : [Maven the definitive guide|http://www.sonatype.com/products/maven/documentation/book-defguide].
{info}