Create Java project with Maven archetype jakarta-starter

This is the official Eclipse Foundation starter for Jakarta EE. It generates code to help get started with Jakarta EE projects using Maven. It is possible to do so using Maven archetypes. Support for a UI may be added at a later point.

Create a Java Project by archetype jakarta-starter with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DarchetypeGroupId="org.eclipse.starter"   -DarchetypeArtifactId="jakarta-starter"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
package
validationRegex: none

Details about maven archetype jakarta-starter

License

License

GroupId

GroupId

org.eclipse.starter
ArtifactId

ArtifactId

jakarta-starter
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Eclipse Starter for Jakarta EE
This is the official Eclipse Foundation starter for Jakarta EE. It generates code to help get started with Jakarta EE projects using Maven. It is possible to do so using Maven archetypes. Support for a UI may be added at a later point.
Project URL

Project URL

https://eclipse-ee4j.github.io/starter/
Project Organization

Project Organization

Eclipse Foundation
Source Code Management

Source Code Management

http://github.com/eclipse-ee4j/starter/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.eclipse.starter -DarchetypeArtifactId=jakarta-starter -DarchetypeVersion=1.0.0 -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.