Maven - First Project - Part 2

WeirdOCourses
WeirdOCourses
219 بار بازدید - 2 سال پیش - In this video we will
In this video we will discuss about how to create maven using command line tools, how to install an eclipse plugin in maven project using command line and how to import existing maven project into eclipse IDE.

To create a maven project using command:
mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false

To install eclipse plugin into maven project:
mvn eclipse:eclipse

To import existing project to eclipse IDE:
File -- Import -- Existing Maven Project -- Browse -- Open

Maven Archetypes:
https://maven.apache.org/archetypes/i...

#Maven #WeirdOCourses
Enroll for Maven and other courses:
https://www.weirdocourses.com

Subscribe to this channel:
@weirdocourses
2 سال پیش در تاریخ 1401/06/19 منتشر شده است.
219 بـار بازدید شده
... بیشتر