Contents
About Maven Training
Maven is another popular and widely used open source build tool used primarily for Java projects. Build automation tool such as Ant is focused solely on preprocessing, compilation, packaging, testing, and distribution. A project management tool such as Maven provides a superset of features found in a build tool. In addition to providing build capabilities, Maven can also run reports, generate a web site, and facilitate communication among members of a working team
Maven Training Course Objective
In MAVEN training, trainee will be trained in the following areas.
- We will learn how to automates the project build process steps and how to manage project dependent jar files using MAVEN.
- Core concepts of MAVEN
- MAVEN build automation
- MAVEN dependency management
- MAVEN deployment automation
- Detail examples of building, packaging and deploying the web and enterprise application projects using MAVEN
- Maven IDE integration
- Real time example using MAVEN
Maven Training Course Prerequisite
- Basic knowledge of Core Java, Servlets and JSP
Maven Training Course Duration
- 10 Hours
Maven Training Course Overview
1. Introduction about MAVEN
2. Maven Installation
3. MAVEN Terminology
- Dependency
- Central repository
- ArcheType
- ArtifectId
- GroupId
- Package
- Version
- Archive
4. How to build sample standalone application using MAVEN
5. What is dependency
6. How to configure application dependencies using MAVEN
7. How to build sample web application using MAVEN
8. How to add tomcat plugins to MAVEN
9. How to configure custom repositories