Monday, May 29, 2017

MAVEN Project from console

Create a java Application using maven

Go  to the folder where you want to create the java application
Example
C:\Users\anil.thakur\maven work

Run this command
C:\Users\anil.thakur\maven work >  mvn archetype:generate -DgroupId=com.atwisdon -DartifactId=MyProject  -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false


No comments:

Post a Comment