Create Java project with Maven archetype webapp-quickstart-archetype

Simple Webapp using scriptless JSP and Servlet API

Create a Java Project by archetype webapp-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.cwkr"   -DarchetypeArtifactId="webapp-quickstart-archetype"   -DarchetypeVersion="0.1"   -DinteractiveMode=false 

Details about maven archetype webapp-quickstart-archetype

License

License

GroupId

GroupId

de.cwkr
ArtifactId

ArtifactId

webapp-quickstart-archetype
Version

Version

0.1
Type

Type

maven-archetype
Description

Description

de.cwkr:webapp-quickstart-archetype
Simple Webapp using scriptless JSP and Servlet API
Project URL

Project URL

https://github.com/cwkr/webapp-quickstart-archetype
Source Code Management

Source Code Management

https://github.com/cwkr/webapp-quickstart-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.cwkr -DarchetypeArtifactId=webapp-quickstart-archetype -DarchetypeVersion=0.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.