Create Java project with Maven archetype web-archetype

SeedStack archetype for serving REST API and other Web resources.

Create a Java Project by archetype web-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.seedstack"   -DarchetypeArtifactId="web-archetype"   -DarchetypeVersion="21.11"   -DinteractiveMode=false 

Details about maven archetype web-archetype

License

License

GroupId

GroupId

org.seedstack
ArtifactId

ArtifactId

web-archetype
Version

Version

21.11
Type

Type

maven-archetype
Description

Description

SeedStack archetype for serving REST API and other Web resources.
Project Organization

Project Organization

SeedStack

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=web-archetype -DarchetypeVersion=21.11 -DinteractiveMode=false

Dependencies

provided (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
com.google.code.findbugs : annotations jar 3.0.1

Project Modules

There are no modules declared in this project.