Ce diaporama a bien été signalé.
Le téléchargement de votre SlideShare est en cours. ×

Maven Fundamentals

Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Chargement dans…3
×

Consultez-les par la suite

1 sur 4 Publicité

Plus De Contenu Connexe

Publicité

Plus récents (20)

Maven Fundamentals

  1. 1. Maven Fundamental Training by Javabrains
  2. 2. • Multiple Jars • Dependencies and versions • Project Structure • Building, Publishing and Deploying Common Problems and Activities
  3. 3. • Download and extract maven in some path. For ex: c:utilities • Now set up the environment variable with two new variables. M2_HOME and MAVEN_HOME having the path of maven extracted location. • Now setup the path variable in class path with maven variables. • Path=“…%M2_HOME%bin;” • Now run the command “mvn archetype:generate” to download all the required maven plugins from the archetype maven central repository. Setting Up Maven in Class Path
  4. 4. Setting Up Maven in Class Path

×