Course Overview
Apache Ant & Maven Training:
Apache Ant and Maven are build automation tool used primarily for Java projects. Ant is primarily used for building and deploying Java projects but can be used for every possible repetitive tasks. Maven describes how software is built, and second, it describes its dependencies. Contrary to Apache Ant it uses conventions for the build procedure, and only exceptions need to be written down.
Through this training you shall be learning about:
- Ant Introduction
- Configuring Ant
- Build.xml
- TestNG Results XSLT Reports
- Maven Introduction
- Maven vs SVN
- Create Maven project from command prompt
- Importing Maven project into Eclipse
- Converting existing project to Maven and execute using surefire plugin
Target Customers:
- Software developers
- Software testing professionals
- Anyone who wants to learn about Ant and Maven
- Programmers
- Designers
Pre-Requisites:
- Ability to relate to a customer centric thinking
- Intuitive problem solving abilities
- Ant requires the installation of the Java Development Kit (JDK)
- Knowledge of programing language