Create Java project with Maven archetype wildfly-subsystem

An archetype that generates a Subsystem for JBoss WildFly.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dname="My-name"   -Dmodule="My-module"   -DarchetypeGroupId="org.wildfly.archetype"   -DarchetypeArtifactId="wildfly-subsystem"   -DarchetypeVersion="26.1.0.Final"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none
module
validationRegex: none

Details about maven archetype wildfly-subsystem

License

License

GroupId

GroupId

org.wildfly.archetype
ArtifactId

ArtifactId

wildfly-subsystem
Version

Version

26.1.0.Final
Type

Type

maven-archetype
Description

Description

WildFly Archetypes: Subsystem Archetype
An archetype that generates a Subsystem for JBoss WildFly.
Project URL

Project URL

http://www.wildfly.org
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

https://github.com/wildfly/archetypes/

How to add to project

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