Create Java project with Maven archetype krazo-jakartaee8-archetype

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

Create a Java Project by archetype krazo-jakartaee8-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-jakartaee8-archetype"   -DarchetypeVersion="1.1.1"   -DinteractiveMode=false 

Required parameters for generate java project:

krazoImpl
validationRegex: none
javaRelease
validationRegex: none

Details about maven archetype krazo-jakartaee8-archetype

License

License

GroupId

GroupId

org.eclipse.krazo
ArtifactId

ArtifactId

krazo-jakartaee8-archetype
Version

Version

1.1.1
Type

Type

maven-archetype
Description

Description

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

Project URL

https://projects.eclipse.org/projects/ee4j.krazo/krazo-jakartaee8-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-jakartaee8-archetype -DarchetypeVersion=1.1.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.