Create Java project with Maven archetype krazo-jakartaee9-archetype

Archetype for basic Jakarta EE 9 App with the MVC API and Eclipse Krazo

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DkrazoImpl="My-krazoImpl"   -DjavaRelease="My-javaRelease"   -DarchetypeGroupId="org.eclipse.krazo"   -DarchetypeArtifactId="krazo-jakartaee9-archetype"   -DarchetypeVersion="2.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

krazoImpl
validationRegex: none
javaRelease
validationRegex: none

Details about maven archetype krazo-jakartaee9-archetype

License

License

GroupId

GroupId

org.eclipse.krazo
ArtifactId

ArtifactId

krazo-jakartaee9-archetype
Version

Version

2.0.1
Type

Type

maven-archetype
Description

Description

Archetype for Jakarta EE 9 with Eclipse Krazo
Archetype for basic Jakarta EE 9 App with the MVC API and Eclipse Krazo
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.krazo/krazo-jakartaee9-archetype
Project Organization

Project Organization

Eclipse Foundation

How to add to project

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