MVN

com.airhacks : microprofile-essentials-archetype

Maven & Gradle

Sep 03, 2018
14 stars

microprofile-essentials-archetype · Java EE microprofile project quickstart template. Clean, lean and minimalistic.

mvn archetype:generate -DarchetypeGroupId=com.airhacks -DarchetypeArtifactId=microprofile-essentials-archetype -DarchetypeVersion=0.0.2
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airhacks : microprofile-essentials-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.airhacks : microprofile-essentials-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.0.x
microprofile-essentials-archetype-0.0.2

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=com.airhacks -DarchetypeArtifactId=microprofile-essentials-archetype -DarchetypeVersion=0.0.2

Advertisement