Create Java project with Maven archetype drombler-fx-maven-archetype-application


Create a Java Project by archetype drombler-fx-maven-archetype-application with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DbrandingId="My-brandingId"   -DarchetypeGroupId="org.drombler.fx"   -DarchetypeArtifactId="drombler-fx-maven-archetype-application"   -DarchetypeVersion="0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

brandingId
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-parent
  • ${rootArtifactId}-application
  • ${rootArtifactId}-sample

Details about maven archetype drombler-fx-maven-archetype-application

GroupId

GroupId

org.drombler.fx
ArtifactId

ArtifactId

drombler-fx-maven-archetype-application
Version

Version

0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.drombler.fx -DarchetypeArtifactId=drombler-fx-maven-archetype-application -DarchetypeVersion=0.1 -DinteractiveMode=false