mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.wildfly.swarm"    -DarchetypeArtifactId="archetype"    -DarchetypeVersion="1.0.0.Alpha8"    -DinteractiveMode=false  
            | License | 
                License
                                                        AL2                                                 
                             | 
        
|---|---|
| GroupId | GroupIdorg.wildfly.swarm | 
    
| ArtifactId | ArtifactIdarchetype | 
    
| Version | Version1.0.0.Alpha8 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionWildFly Swarm: Maven Archetype 
            WildFly Swarm: Parent 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.wildfly.swarm -DarchetypeArtifactId=archetype -DarchetypeVersion=1.0.0.Alpha8 -DinteractiveMode=false
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.wildfly.swarm : fraction-list | txt | 1.0.0.Alpha8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | |
| org.easytesting : fest-assert | jar | 1.4 |