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

A sample Drombler FX application template.

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

Required parameters for generate java project:

brandingId
validationRegex: none

Generated Project modules

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

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

License

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
GroupId

GroupId

org.drombler.fx
ArtifactId

ArtifactId

drombler-fx-maven-archetype-application
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

Drombler FX - Maven Archetype - Application
A sample Drombler FX application template.
Project URL

Project URL

https://www.drombler.org/drombler-fx/1.0/docs/site
Project Organization

Project Organization

Drombler
Source Code Management

Source Code Management

https://github.com/Drombler/drombler-fx

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=1.0 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
org.drombler.commons : drombler-commons-client-core jar
org.drombler.commons : drombler-commons-action-command jar

Project Modules

There are no modules declared in this project.