Skip to content

openjfx/javafx-maven-archetypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

017af5a · Oct 5, 2021

History

44 Commits
Apr 14, 2021
Oct 5, 2021
Oct 5, 2021
Feb 28, 2019
Mar 4, 2020
Apr 14, 2021
Apr 13, 2021
Feb 28, 2019
Mar 1, 2019
Apr 14, 2021

Repository files navigation

Maven Archetypes for JavaFX

Maven archetypes for creating different types of JavaFX application.

Maven Central BSD-3 license

The project is a multi-module Maven project. Each module contains an archetype for creating a JavaFX application.

All projects created via the archetype(s) make use of the JavaFX Maven plugin for compiling and running the JavaFX application.

Prerequisites

  • JDK 11
  • Maven 3

Install archetype locally

To install all the archetypes in your local repository execute the following commands:

git clone https://github.com/openjfx/javafx-maven-archetypes.git
cd javafx-maven-archetypes
mvn clean install

This will install all the javafx archetypes in your local repository.

If you wish to install just one of the archetypes, you can add the name of the project by using -pl:

mvn clean install -pl javafx-archetype-simple

For more information on how to create a project from a local repository, please refer to individual module's README.