Create Java project with Maven archetype archetype-simple-restful-service


Create a Java Project by archetype archetype-simple-restful-service with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.actframework"   -DarchetypeArtifactId="archetype-simple-restful-service"   -DarchetypeVersion="1.8.13.0"   -DinteractiveMode=false 

Details about maven archetype archetype-simple-restful-service

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

archetype-simple-restful-service
Version

Version

1.8.13.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-simple-restful-service -DarchetypeVersion=1.8.13.0 -DinteractiveMode=false