Create Java project with Maven archetype archetype

WildFly Swarm: Parent

Create a Java Project by archetype archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.wildfly.swarm"   -DarchetypeArtifactId="archetype"   -DarchetypeVersion="1.0.0.Alpha8"   -DinteractiveMode=false 

Details about maven archetype archetype

License

License

AL2
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

archetype
Version

Version

1.0.0.Alpha8
Type

Type

maven-archetype
Description

Description

WildFly Swarm: Maven Archetype
WildFly Swarm: Parent
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.wildfly.swarm -DarchetypeArtifactId=archetype -DarchetypeVersion=1.0.0.Alpha8 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.wildfly.swarm : fraction-list txt 1.0.0.Alpha8

test (2)

Group / Artifact Type Version
junit : junit jar
org.easytesting : fest-assert jar 1.4

Project Modules

There are no modules declared in this project.