MVN

io.jexxa : jexxa-archetype

Maven & Gradle

Aug 19, 2023

JexxaArchetype · JexxaArchetype - Create your own Jexxa Application

mvn archetype:generate -DarchetypeGroupId=io.jexxa -DarchetypeArtifactId=jexxa-archetype -DarchetypeVersion=1.1.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.jexxa : jexxa-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.jexxa : jexxa-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.1.x
jexxa-archetype-1.1.0
1.0.x
jexxa-archetype-1.0.0
0.1.x
jexxa-archetype-0.1.3

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=io.jexxa -DarchetypeArtifactId=jexxa-archetype -DarchetypeVersion=1.1.0

Advertisement