MVN

org.jrebirth.af : archetype

Maven & Gradle

Jun 07, 2018

Application Archetype · JRebirth Archetype used to build a new fresh application

mvn archetype:generate -DarchetypeGroupId=org.jrebirth.af -DarchetypeArtifactId=archetype -DarchetypeVersion=8.6.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jrebirth.af : archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 8.6.0

All Versions

Choose a version of org.jrebirth.af : archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
8.6.x
archetype-8.6.0
8.5.x
archetype-8.5.0
8.0.x
archetype-8.0.5
archetype-8.0.4
archetype-8.0.3
archetype-8.0.2
archetype-8.0.1
archetype-8.0.0
7.7.x
archetype-7.7.5
archetype-7.7.4
archetype-7.7.3
archetype-7.7.2
archetype-7.7.1
archetype-7.7.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.jrebirth.af -DarchetypeArtifactId=archetype -DarchetypeVersion=8.6.0

Advertisement