Create Java project with Maven archetype wildfly-subsystem

An archetype that generates a skeleton project for implementing a WildFly 8 subsystem

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.archetypes"   -DarchetypeArtifactId="wildfly-subsystem"   -DarchetypeVersion="8.0.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.archetypes
ArtifactId

ArtifactId

wildfly-subsystem
Version

Version

8.0.0.Final
Type

Type

maven-archetype
Description

Description

WildFly 8 Subsystem
An archetype that generates a skeleton project for implementing a WildFly 8 subsystem
Project URL

Project URL

http://wildfly.org
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.archetypes -DarchetypeArtifactId=wildfly-subsystem -DarchetypeVersion=8.0.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.