Create Java project with Maven archetype maven-archetype-jakartaee9

Archetype - Maven archetype for Jakarta EE 9

Create a Java Project by archetype maven-archetype-jakartaee9 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.github.hantsy"   -DarchetypeArtifactId="maven-archetype-jakartaee9"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

Details about maven archetype maven-archetype-jakartaee9

License

License

GroupId

GroupId

io.github.hantsy
ArtifactId

ArtifactId

maven-archetype-jakartaee9
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

maven-archetype-jakartaee9
Archetype - Maven archetype for Jakarta EE 9
Project URL

Project URL

https://github.com/hantsy/maven-archetype-jakartaee9
Source Code Management

Source Code Management

https://github.com/hantsy/maven-archetype-jakartaee9

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.hantsy -DarchetypeArtifactId=maven-archetype-jakartaee9 -DarchetypeVersion=1.2 -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.