Monday, May 29, 2017

MAVEN Web Project

Create a java Web 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.atwisdom -DartifactId=MyWebApp  -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false

import this project to eclipse

No comments:

Post a Comment