mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="de.schlichtherle" -DarchetypeArtifactId="javafx-scala-demo" -DarchetypeVersion="0.4" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdde.schlichtherle |
ArtifactId | ArtifactIdjavafx-scala-demo |
Version | Version0.4 |
Type | Typemaven-archetype |
Description |
DescriptionJavaFX + Scala Demo Archetype
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.
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=de.schlichtherle -DarchetypeArtifactId=javafx-scala-demo -DarchetypeVersion=0.4 -DinteractiveMode=false