Create Java project with Maven archetype agreste-app-archetype

AGRESTE Application Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Darchetype.description="My-archetype.description"   -DarchetypeGroupId="com.agapsys"   -DarchetypeArtifactId="agreste-app-archetype"   -DarchetypeVersion="0.1.0-20170330"   -DinteractiveMode=false 

Required parameters for generate java project:

archetype.description
validationRegex: none

Details about maven archetype agreste-app-archetype

GroupId

GroupId

com.agapsys
ArtifactId

ArtifactId

agreste-app-archetype
Version

Version

0.1.0-20170330
Type

Type

maven-archetype

How to add to project

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