Skip to content

sampathshivakumar/Maven-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

download

Maven Web Application

We can create a simple maven web application by executing the archetype:generate command of mvn tool.

Syntax:

mvn archetype:generate -DgroupId=<groupid-name> -DartifactId=<artifactid-name> -DarchetypeArtifactId=maven-archetype-webapp 
-DinteractiveMode=<booleanValue>  

mvn archetype:generate -DgroupId=com.myproject -DartifactId=mywebapp   
-DarchetypeArtifactId=maven-archetype-webapp -DarchetypeVersion=1.0 -DinteractiveMode=false

Output:

3

2

Maven WebApp Project Directory Structure:

4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages