Creating Maven Project
Explore how to create a Maven project from scratch including installation steps, system requirements, and commands for building and running tests. Understand how to structure projects, manage dependencies, and generate test reports to support your automation framework development.
We'll cover the following...
We'll cover the following...
What is Maven? #
Apache Maven is a software project management and comprehension tool that can manage a project’s build, reporting, and documentation from a central piece of information, making it a complete build lifecycle framework.
System requirements #
Maven 3.3+ requires JDK 1.7 or above to execute. They still allow you to build against 1.3 and other JDK versions.
Installation #
The current latest Maven can be ...