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