Build management with Maven 2
Maven is a build tool that takes a different approach to managing the build process. As opposed to build management with Ant where you have to specify fine-grained steps to build the software, managing the build process in Maven is more like configuring the build system. Maven comes with a set of best practices built in that will ease common development tasks. The talk will introduce basic Maven concepts and also talk about advanced Maven uses as well as feature a practical demonstration.