Create Java project with Maven archetype rcf-app-archetype

Basic application based on Agapsys REST Controller Framework

Create a Java Project by archetype rcf-app-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.agapsys"   -DarchetypeArtifactId="rcf-app-archetype"   -DarchetypeVersion="0.1.0-20170322"   -DinteractiveMode=false 

Details about maven archetype rcf-app-archetype

GroupId

GroupId

com.agapsys
ArtifactId

ArtifactId

rcf-app-archetype
Version

Version

0.1.0-20170322
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.agapsys -DarchetypeArtifactId=rcf-app-archetype -DarchetypeVersion=0.1.0-20170322 -DinteractiveMode=false