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-20170413"   -DinteractiveMode=false 

Details about maven archetype rcf-app-archetype

License

License

GroupId

GroupId

com.agapsys
ArtifactId

ArtifactId

rcf-app-archetype
Version

Version

0.1.0-20170413
Type

Type

maven-archetype
Description

Description

REST Controller Framework (Application Archetype)
Basic application based on Agapsys REST Controller Framework
Project URL

Project URL

https://github.com/agapsys/rcf-app-archetype
Project Organization

Project Organization

Agapsys Tecnologia Ltda-ME

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-20170413 -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.