Create Java project with Maven archetype archetype

JRebirth Archetype used to build a new fresh application

Create a Java Project by archetype archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jrebirth.af"   -DarchetypeArtifactId="archetype"   -DarchetypeVersion="8.6.0"   -DinteractiveMode=false 

Details about maven archetype archetype

License

License

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

archetype
Version

Version

8.6.0
Type

Type

maven-archetype
Description

Description

Application Archetype
JRebirth Archetype used to build a new fresh application
Project Organization

Project Organization

JRebirth OSS

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jrebirth.af -DarchetypeArtifactId=archetype -DarchetypeVersion=8.6.0 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.easytesting : fest-assert jar 1.4

Project Modules

There are no modules declared in this project.