mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.webcohesion.enunciate" -DarchetypeArtifactId="enunciate-simple-archetype" -DarchetypeVersion="2.4.0" -DinteractiveMode=false
| Группа | Группаcom.webcohesion.enunciate |
|---|---|
| Идентификатор | Идентификаторenunciate-simple-archetype |
| Версия | Версия2.4.0 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.webcohesion.enunciate -DarchetypeArtifactId=enunciate-simple-archetype -DarchetypeVersion=2.4.0 -DinteractiveMode=false