MVN

org.wildfly.swarm : archetype

Maven & Gradle

Feb 02, 2016

WildFly Swarm: Maven Archetype

mvn archetype:generate -DarchetypeGroupId=org.wildfly.swarm -DarchetypeArtifactId=archetype -DarchetypeVersion=1.0.0.Alpha8
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.swarm : archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.0.Alpha8
  • Latest Alpha: 1.0.0.Alpha8

All Versions

Choose a version of org.wildfly.swarm : archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
archetype-1.0.0.Alpha8
archetype-1.0.0.Alpha7
archetype-1.0.0.Alpha6

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.wildfly.swarm -DarchetypeArtifactId=archetype -DarchetypeVersion=1.0.0.Alpha8

Advertisement