Publicidad

Maven Fundamentals

Consultant at Deloitte India (Offices of the US) en Deloitte India (Offices of the US)
30 de Apr de 2015
Publicidad

Más contenido relacionado

Publicidad

Maven Fundamentals

  1. Maven Fundamental Training by Javabrains
  2. • Multiple Jars • Dependencies and versions • Project Structure • Building, Publishing and Deploying Common Problems and Activities
  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. Setting Up Maven in Class Path
Publicidad