mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.apache.cxf.archetype" -DarchetypeArtifactId="cxf-jaxws-javafirst" -DarchetypeVersion="3.0.0-milestone2" -DinteractiveMode=false
| Группа | Группаorg.apache.cxf.archetype |
|---|---|
| Идентификатор | Идентификаторcxf-jaxws-javafirst |
| Версия | Версия3.0.0-milestone2 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.cxf.archetype -DarchetypeArtifactId=cxf-jaxws-javafirst -DarchetypeVersion=3.0.0-milestone2 -DinteractiveMode=false