Create Java project with Maven archetype JacpFX-empty-quickstart

A simple JacpFX quistart application with two perspectives and four components.

Create a Java Project by archetype JacpFX-empty-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jacpfx"   -DarchetypeArtifactId="JacpFX-empty-quickstart"   -DarchetypeVersion="2.0.2"   -DinteractiveMode=false 

Details about maven archetype JacpFX-empty-quickstart

License

License

GroupId

GroupId

org.jacpfx
ArtifactId

ArtifactId

JacpFX-empty-quickstart
Version

Version

2.0.2
Type

Type

maven-archetype
Description

Description

JacpFX-empty-jacpfx-archetype
A simple JacpFX quistart application with two perspectives and four components.
Project URL

Project URL

http://jacpfx.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jacpfx -DarchetypeArtifactId=JacpFX-empty-quickstart -DarchetypeVersion=2.0.2 -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.