Create Java project with Maven archetype servlet3-jetty-webapp-archetype

52°North Maven Parent Project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.n52"   -DarchetypeArtifactId="servlet3-jetty-webapp-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Details about maven archetype servlet3-jetty-webapp-archetype

License

License

GroupId

GroupId

org.n52
ArtifactId

ArtifactId

servlet3-jetty-webapp-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

servlet3-jetty-webapp-archetype
52°North Maven Parent Project
Project Organization

Project Organization

52°North Initiative for Geospatial Open Source Software GmbH
Source Code Management

Source Code Management

https://github.com/52North/servlet3-jetty-webapp-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.n52 -DarchetypeArtifactId=servlet3-jetty-webapp-archetype -DarchetypeVersion=1.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.