Create Java project with Maven archetype jakarta-ee-8-eclipse-microprofile-archetype

Jakarta EE 8 with Eclipse MicroProfile project quickstart template.

Create a Java Project by archetype jakarta-ee-8-eclipse-microprofile-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.bitofcode"   -DarchetypeArtifactId="jakarta-ee-8-eclipse-microprofile-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-app
  • ${rootArtifactId}-st

Details about maven archetype jakarta-ee-8-eclipse-microprofile-archetype

License

License

GroupId

GroupId

com.bitofcode
ArtifactId

ArtifactId

jakarta-ee-8-eclipse-microprofile-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

com.bitofcode:jakarta-ee-8-eclipse-microprofile-archetype
Jakarta EE 8 with Eclipse MicroProfile project quickstart template.
Project URL

Project URL

https://github.com/bitofcode/jakarta-ee-8-eclipse-microprofile-archetype
Project Organization

Project Organization

BitOfCode
Source Code Management

Source Code Management

https://github.com/bitofcode/jakarta-ee-8-eclipse-microprofile-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.bitofcode -DarchetypeArtifactId=jakarta-ee-8-eclipse-microprofile-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.