Create first Project in Maven IntellijEclipseCMD Lecture3
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=Syu5mHYGXU0
Hello Everyone, • Welcome once again to our maven series for Test automation Engineers. • In our last lecture, we covered How to install Maven in Windows machine. • Today, we are going to learn How to create First Maven Project Step by Step. • During Creation of Maven project, we need to provide following data. • 1. Group-Id: Organization identifier to uniquely identify the organization dependency/project belong to • 2. artifact-id: Project identifier to uniquely identify the project/dependency • 3. arche-type: it is a project template, if chosen will create project with predefined folder structure and files. Most widely used arche type: • maven-archetype-quickstart • Maven project can be created in many ways, we will understand on how to create maven project using • 1. CMD: mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.5 -DinteractiveMode=false • 2. Intellij: check the video • 3. Eclipse: check the video • • Last video: • Maven Installation in Windows machine... • Regards, • PrinceAutomationDestination
#############################
