Create Java project with Maven archetype mvvmfx-archetype

An maven archetype to create an example application with mvvmFX

Create a Java Project by archetype mvvmfx-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.saxsys"   -DarchetypeArtifactId="mvvmfx-archetype"   -DarchetypeVersion="1.8.0"   -DinteractiveMode=false 

Details about maven archetype mvvmfx-archetype

GroupId

GroupId

de.saxsys
ArtifactId

ArtifactId

mvvmfx-archetype
Version

Version

1.8.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.saxsys -DarchetypeArtifactId=mvvmfx-archetype -DarchetypeVersion=1.8.0 -DinteractiveMode=false