Create Java project with Maven archetype jee8project-archetype

Archetype for building a basic Jakarta EE 8 project.

Create a Java Project by archetype jee8project-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.dirtylabcoat"   -DarchetypeArtifactId="jee8project-archetype"   -DarchetypeVersion="1.3"   -DinteractiveMode=false 

Details about maven archetype jee8project-archetype

License

License

GroupId

GroupId

org.dirtylabcoat
ArtifactId

ArtifactId

jee8project-archetype
Version

Version

1.3
Type

Type

maven-archetype
Description

Description

org.dirtylabcoat:jee8project-archetype
Archetype for building a basic Jakarta EE 8 project.
Project URL

Project URL

https://github.com/dirtylabcoat/jee8project-archetype
Source Code Management

Source Code Management

https://github.com/dirtylabcoat/jee8project-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.dirtylabcoat -DarchetypeArtifactId=jee8project-archetype -DarchetypeVersion=1.3 -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.