MVN

jp.coppermine : jakartaee-quickstart-archetype

Maven & Gradle

Dec 06, 2019
2 stars

Archetype for Jakarta EE Quick Start · Jakarta EE quick start template with Jakarta Server Faces and Jakarta RESTful Web Services

mvn archetype:generate -DarchetypeGroupId=jp.coppermine -DarchetypeArtifactId=jakartaee-quickstart-archetype -DarchetypeVersion=8.0.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.coppermine : jakartaee-quickstart-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 8.0.1

All Versions

Choose a version of jp.coppermine : jakartaee-quickstart-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
8.0.x
jakartaee-quickstart-archetype-8.0.1
jakartaee-quickstart-archetype-8.0.0
1.0.x
jakartaee-quickstart-archetype-1.0.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=jp.coppermine -DarchetypeArtifactId=jakartaee-quickstart-archetype -DarchetypeVersion=8.0.1

Advertisement