mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.seedstack" -DarchetypeArtifactId="rest-archetype" -DarchetypeVersion="17.4" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.seedstack |
ArtifactId | ArtifactIdrest-archetype |
Version | Version17.4 |
Type | Typemaven-archetype |
Description |
DescriptionSeedStack mono-module WAR dedicated to REST-only projects, like micro-services
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=rest-archetype -DarchetypeVersion=17.4 -DinteractiveMode=false