Create Java project with Maven archetype scala-javafx-archetype

The Scala JavaFX Archetype provides a simple template for a scala based JavaFX project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.ladstatt"   -DarchetypeArtifactId="scala-javafx-archetype"   -DarchetypeVersion="0.1"   -DinteractiveMode=false 

Details about maven archetype scala-javafx-archetype

License

License

GroupId

GroupId

net.ladstatt
ArtifactId

ArtifactId

scala-javafx-archetype
Version

Version

0.1
Type

Type

maven-archetype
Description

Description

Scala JavaFX Archetype
The Scala JavaFX Archetype provides a simple template for a scala based JavaFX project
Project URL

Project URL

http://github.com/rladstaetter/scala-javafx-archetype
Source Code Management

Source Code Management

https://github.com/rladstaetter/scala-javafx-archetype.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.ladstatt -DarchetypeArtifactId=scala-javafx-archetype -DarchetypeVersion=0.1 -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.