Create Java project with Maven archetype jboss-as-subsystem

An archetype that generates a skeleton project for implementing a JBoss AS 7 subsystem

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

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

Required parameters for generate java project:

name
validationRegex: none
module
validationRegex: none

Details about maven archetype jboss-as-subsystem

License

License

GroupId

GroupId

org.jboss.as.archetypes
ArtifactId

ArtifactId

jboss-as-subsystem
Version

Version

7.1.1.Final
Type

Type

maven-archetype
Description

Description

JBoss AS 7 Subsystem
An archetype that generates a skeleton project for implementing a JBoss AS 7 subsystem
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.jboss.as.archetypes -DarchetypeArtifactId=jboss-as-subsystem -DarchetypeVersion=7.1.1.Final -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.jboss.as : jboss-as-build-config jar 7.1.1.Final

Project Modules

There are no modules declared in this project.