Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 259 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 259 Bytes

Web Project with Maven

Run mvn package to get the .war.

Creating same project with maven

Execute mvn archetype:generate -DgroupId=tech.cyborgdeveloper -DartifactId=maven-web -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false.