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

Required parameters for generate java project:

archetype.description
validationRegex: none

Details about maven archetype agreste-app-archetype

License

License

GroupId

GroupId

com.agapsys
ArtifactId

ArtifactId

agreste-app-archetype
Version

Version

0.1.0-20170513
Type

Type

maven-archetype
Description

Description

agreste-app-archetype
AGRESTE Application 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-app-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.