mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="net.ladstatt"    -DarchetypeArtifactId="scala-javafx-archetype"    -DarchetypeVersion="0.1"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdnet.ladstatt | 
| ArtifactId | ArtifactIdscala-javafx-archetype | 
| Version | Version0.1 | 
| Type | Typemaven-archetype | 
| Description | DescriptionScala JavaFX Archetype The Scala JavaFX Archetype provides a simple template for a scala based 
	JavaFX project | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.ladstatt -DarchetypeArtifactId=scala-javafx-archetype -DarchetypeVersion=0.1 -DinteractiveMode=false