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: over 1 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T07:07:50.000Z (over 1 year ago)
- Last Synced: 2025-04-04T00:08:49.875Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 382 KB
- Stars: 209
- Watchers: 17
- Forks: 39
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stargazer - gluonhq/gluonfx-maven-plugin - Plugin that simplifies creating native images for Java/JavaFX maven projects \[*Modified BSD License*\] (⭐️244) (Java)
README
# GluonFX plugin for Maven
[](https://search.maven.org/search?q=g:com.gluonhq%20AND%20a:gluonfx-maven-plugin)
[](https://github.com/gluonhq/gluonfx-maven-plugin/actions/workflows/build.yml)
[](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).