Create Java project with Maven archetype rest-archetype

SeedStack mono-module WAR dedicated to REST-only projects, like micro-services

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

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

Details about maven archetype rest-archetype

License

License

GroupId

GroupId

org.seedstack
ArtifactId

ArtifactId

rest-archetype
Version

Version

17.4
Type

Type

maven-archetype
Description

Description

SeedStack mono-module WAR dedicated to REST-only projects, like micro-services
Project Organization

Project Organization

SeedStack

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=rest-archetype -DarchetypeVersion=17.4 -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.