Description
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
Build.xml
TestNG Results XSLT Reports
Maven Introduction
Create Maven project from command prompt
Importing Maven project into Eclipse
Converting existing project to Maven and execute using surefire plugin
( Duration-: 1h 7m)