Create Java project with Maven archetype tdp-javafx-archetype

Maven archetype to create JavaFX applications with Java 11

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.alberto-mr"   -DarchetypeArtifactId="tdp-javafx-archetype"   -DarchetypeVersion="2.0.4"   -DinteractiveMode=false 

Details about maven archetype tdp-javafx-archetype

License

License

MIT
GroupId

GroupId

com.github.alberto-mr
ArtifactId

ArtifactId

tdp-javafx-archetype
Version

Version

2.0.4
Type

Type

maven-archetype
Description

Description

tdp-javafx-archetype
Maven archetype to create JavaFX applications with Java 11
Project URL

Project URL

https://github.com/alberto-mr/javafx11-archetype
Project Organization

Project Organization

com.github.alberto-mr
Source Code Management

Source Code Management

https://github.com/alberto-mr/javafx11-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.alberto-mr -DarchetypeArtifactId=tdp-javafx-archetype -DarchetypeVersion=2.0.4 -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.