Create Java project with Maven archetype agreste-lib-archetype

AGRESTE Library Archetype

Create a Java Project by archetype agreste-lib-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-lib-archetype"   -DarchetypeVersion="0.1.0-20170415"   -DinteractiveMode=false 

Required parameters for generate java project:

archetype.description
validationRegex: none

Details about maven archetype agreste-lib-archetype

GroupId

GroupId

com.agapsys
ArtifactId

ArtifactId

agreste-lib-archetype
Version

Version

0.1.0-20170415
Type

Type

maven-archetype

How to add to project

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