mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="pro.savant.circumflex"    -DarchetypeArtifactId="webapp-archetype"    -DarchetypeVersion="3.0-RC1"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdpro.savant.circumflex | 
| ArtifactId | ArtifactIdwebapp-archetype | 
| Version | Version3.0-RC1 | 
| Type | Typemaven-archetype | 
| Description | DescriptionCircumflex Application Archetype Circumflex is a set of software components for quick and robust application
    development using Scala programming language. | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=pro.savant.circumflex -DarchetypeArtifactId=webapp-archetype -DarchetypeVersion=3.0-RC1 -DinteractiveMode=false| Group / Artifact | Type | Version | 
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.0 | 
| org.scala-lang : scala-compiler | jar | 2.10.0 | 
| org.slf4j : slf4j-api | jar | 1.6.1 | 
| org.scalatest : scalatest_2.10.0 | jar | 1.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.scala-lang : jline | jar | 2.10.0 | 
| junit : junit | jar | 4.11 | 
| ch.qos.logback : logback-classic | jar | 0.9.26 | 
| ch.qos.logback : logback-core | jar | 0.9.26 |