mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Djbosswscxf="My-jbosswscxf"    -DarchetypeGroupId="org.jboss.ws.plugins.archetypes"    -DarchetypeArtifactId="jaxws-codefirst"    -DarchetypeVersion="1.2.0.Final"    -DinteractiveMode=false  | License | License
                                                        lgpl                                                 | 
|---|---|
| GroupId | GroupIdorg.jboss.ws.plugins.archetypes | 
| ArtifactId | ArtifactIdjaxws-codefirst | 
| Version | Version1.2.0.Final | 
| Type | Typemaven-archetype | 
| Description | DescriptionJBossWS-CXF Archetype - Simple JAX-WS Code First Creates a project for developing a Web Service starting from Java code and using JBossWS | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.ws.plugins.archetypes -DarchetypeArtifactId=jaxws-codefirst -DarchetypeVersion=1.2.0.Final -DinteractiveMode=false