Create Java project with Maven archetype wildfly-jakartaee-webapp-archetype

An archetype that generates a starter Jakarta EE project for JBoss WildFly. The project is a WAR archive. It is prepared for Arquillian driven unit tests.

Create a Java Project by archetype wildfly-jakartaee-webapp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.wildfly.archetype"   -DarchetypeArtifactId="wildfly-jakartaee-webapp-archetype"   -DarchetypeVersion="26.1.0.Final"   -DinteractiveMode=false 

Details about maven archetype wildfly-jakartaee-webapp-archetype

License

License

GroupId

GroupId

org.wildfly.archetype
ArtifactId

ArtifactId

wildfly-jakartaee-webapp-archetype
Version

Version

26.1.0.Final
Type

Type

maven-archetype
Description

Description

WildFly Archetypes: Jakarta EE Webapp
An archetype that generates a starter Jakarta EE project for JBoss WildFly. The project is a WAR archive. It is prepared for Arquillian driven unit tests.
Project URL

Project URL

http://www.wildfly.org
Project Organization

Project Organization

JBoss by Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-webapp-archetype -DarchetypeVersion=26.1.0.Final -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.