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

Required parameters for generate java project:

archetype.description
validationRegex: none

Details about maven archetype agreste-lib-archetype

License

License

GroupId

GroupId

com.agapsys
ArtifactId

ArtifactId

agreste-lib-archetype
Version

Version

0.1.0-20170513
Type

Type

maven-archetype
Description

Description

agreste-lib-archetype
AGRESTE Library Archetype
Project URL

Project URL

https://github.com/agapsys/agreste

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