Overview
Maven training class teaches attendees how to automate the build of Java projects using Apache Maven. Note: The most popular version of the course is taught with Eclipse but it can be delivered with any Integrated Development Environment (IDE).
Objectives
At the end of Maven training course, participants will be able to
Prerequisites
All attendees must have core Java and Java web programming experience.
Course Outline
- Why Maven
- Convention over Configuration
- Key Features of Maven
- Alternatives to Maven
- Downloading Maven
- Installing Maven
- Local Maven Repository
- Testing The Maven Installation
- Getting Help
- Creating a Project
- Building a Project
- Maven Directory Structure
- Standard Maven Lifecycle
- Maven Plugins and Goals
- Maven Coordinates
- Dependency Management
- Maven Repositories
- Maven Archetypes
- The Project Object Model (POM)
- Project Coordinates
- Dependencies
- POM Inheritance and Aggregation
- Multi-Section Projects
- Creating the Web Project
- Configuring the Jetty Plugin
- Working with Servlets
- Adding Dependencies
- Installing the m2eclipse plugin
- The Maven Console
- Creating a Project and POM file
- Running the Builds
- Dependencies