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