Skip to content

Archetype that creates a JavaFX Gluon Application project structure using Github Actions and Maven

License

Notifications You must be signed in to change notification settings

fuinorg/javafx-gluon-github-archetype

Repository files navigation

javafx-gluon-github-archetype

Generates the JavaFX Gluon Github Archetype.

Modules

  • archetype - The generated Maven Archetype project. This will be used to bootstrap a new project via mvn archetype:generate plus some parameters.
  • example - The source example project to create a Maven Archetype from (Sub Module from: hello-gluon-ci).
  • marchetyper - The plugin that converts from example to archetype.

Build

In the root directory simply run a maven build:

mvn clean install

This will delete the content of the archetype directory and recreate it with the converted content of the example project.

The conversion is configured with the marchetyper-config.xml file.

Archetype

The generated archetype has a detailed description on how to use it: README.md.

About

Archetype that creates a JavaFX Gluon Application project structure using Github Actions and Maven

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published