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.4"   -DinteractiveMode=false 

Details about maven archetype javafx-scala-demo

License

License

GroupId

GroupId

de.schlichtherle
ArtifactId

ArtifactId

javafx-scala-demo
Version

Version

0.4
Type

Type

maven-archetype
Description

Description

JavaFX + 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

Schlichtherle IT Services

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.