Create Java project with Maven archetype javafx-scala-demo

An archetype for a standalone JavaFX 2.0 application written in Scala. The generated application is translated from the Colorful Circles demo from the JavaFX 2.0 SDK.

Create a Java Project by archetype javafx-scala-demo with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.schlichtherle"   -DarchetypeArtifactId="javafx-scala-demo"   -DarchetypeVersion="0.2"   -DinteractiveMode=false 

Details about maven archetype javafx-scala-demo

GroupId

GroupId

de.schlichtherle
ArtifactId

ArtifactId

javafx-scala-demo
Version

Version

0.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.schlichtherle -DarchetypeArtifactId=javafx-scala-demo -DarchetypeVersion=0.2 -DinteractiveMode=false