• Multiple Jars
• Dependencies and versions
• Project Structure
• Building, Publishing and Deploying
Common Problems and Activities
• 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