Getting started with Maven2

28 November 2008 | By Christoph in Allgemein, Software-Development

This article is just a central place where I want to collect all the steps and links which I found useful while learning Maven2 and migrate and existing project from Ant to Maven2.
The reason I have picked Maven2 is that the new application I am developing uses Spring and OSGI and the Spring guys are also using Maven. As I am still learning I want to avoid opening to many fronts and possibilities for errors.

Nice tutorial for Spring / OSGI and Maven2
Maven Getting started guided
How can Maven benefit my development process
The pain of switching from Ant to Maven (very good post, funny too read, thoughts of developer migrating :) I am sure I will suffer the same)
Maven2 Eclipse Plugin
Better builds with Maven (Free E-Book)

Screencast about PAX-Running + Spring OSGI

Leave a Comment