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
| GroupId | GroupIdorg.scalatra.scalate.tooling |
|---|---|
| ArtifactId | ArtifactIdscalate-archetype-sitegen_2.10 |
| Version | Version1.7.0 |
| Type | Typemaven-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