Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.43 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.43 KB

javafx-cdi-archetype

Generates the JavaFX CDI Example Application Archetype.

maven-build Maven Central LGPLv3 License Java Development Kit 17

Usage

See detailed description on how to use it: 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.
  • 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.