mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.scalatra.scalate.tooling" -DarchetypeArtifactId="scalate-archetype-sitegen_2.10" -DarchetypeVersion="1.7.0" -DinteractiveMode=false
| Группа | Группаorg.scalatra.scalate.tooling |
|---|---|
| Идентификатор | Идентификаторscalate-archetype-sitegen_2.10 |
| Версия | Версия1.7.0 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.scalatra.scalate.tooling -DarchetypeArtifactId=scalate-archetype-sitegen_2.10 -DarchetypeVersion=1.7.0 -DinteractiveMode=false