MVN

org.jboss.as.archetypes : jboss-as-subsystem

Maven & Gradle

Apr 10, 2012

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

mvn archetype:generate -DarchetypeGroupId=org.jboss.as.archetypes -DarchetypeArtifactId=jboss-as-subsystem -DarchetypeVersion=7.1.1.Final
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.as.archetypes : jboss-as-subsystem to generate a Maven project - Latest Versions:

  • Latest Stable: 7.1.1.Final

All Versions

Choose a version of org.jboss.as.archetypes : jboss-as-subsystem to generate a Maven project - All Versions:

Version Vulnerabilities Updated
7.1.x
jboss-as-subsystem-7.1.1.Final
jboss-as-subsystem-7.1.0.Final
jboss-as-subsystem-7.1.0.CR1
7.0.x
jboss-as-subsystem-7.0.1.Final
jboss-as-subsystem-7.0.0.Final

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.jboss.as.archetypes -DarchetypeArtifactId=jboss-as-subsystem -DarchetypeVersion=7.1.1.Final