Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gluonhq/gluonfx-maven-plugin
Plugin that simplifies creating native images for Java/JavaFX maven projects
https://github.com/gluonhq/gluonfx-maven-plugin
Last synced: 6 days ago
JSON representation
Plugin that simplifies creating native images for Java/JavaFX maven projects
- Host: GitHub
- URL: https://github.com/gluonhq/gluonfx-maven-plugin
- Owner: gluonhq
- License: bsd-3-clause
- Created: 2019-05-28T09:05:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:17:48.000Z (about 2 months ago)
- Last Synced: 2024-09-19T13:26:33.913Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 372 KB
- Stars: 188
- Watchers: 17
- Forks: 39
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GluonFX plugin for Maven
[![Maven Central](https://img.shields.io/maven-central/v/com.gluonhq/gluonfx-maven-plugin)](https://search.maven.org/search?q=g:com.gluonhq%20AND%20a:gluonfx-maven-plugin)
[![Github Actions](https://github.com/gluonhq/gluonfx-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/gluonhq/gluonfx-maven-plugin/actions/workflows/build.yml)
[![BSD-3 license](https://img.shields.io/badge/license-BSD--3-%230778B9.svg)](https://opensource.org/licenses/BSD-3-Clause)GluonFX plugin for maven leverages GraalVM, OpenJDK and JavaFX 11+,
by compiling into native code the Java Client application and all its required dependencies,
so it can directly be executed as a native application on the target platform.## Requirements
Check the requirements for the [target platform](https://docs.gluonhq.com/#_platforms) before you get started.
## Getting started
Follow this [guide](https://docs.gluonhq.com/#_gluonfx_plugin_for_maven) on how to apply the plugin and use the different goals.
## Documentation and samples
Check the [documentation](https://docs.gluonhq.com/) for more details about the plugin and running the [samples](https://github.com/gluonhq/gluon-samples/).
## Issues and Contributions ##
Issues can be reported to the [Issue tracker](https://github.com/gluonhq/gluonfx-maven-plugin/issues)
Contributions can be submitted via [Pull requests](https://github.com/gluonhq/gluonfx-maven-plugin/pulls),
providing you have signed the [Gluon Individual Contributor License Agreement (CLA)](https://cla.gluonhq.com).