Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
javafx-maven-plugin-8.7.0 source code.tar.gz | 2016-09-09 | 274.0 kB | |
javafx-maven-plugin-8.7.0 source code.zip | 2016-09-09 | 443.1 kB | |
README.md | 2016-09-09 | 858 Bytes | |
Totals: 3 Items | 718.0 kB | 1 |
I'm currently in a very good flow to push new features and bugfixes.
Not even two weeks after the last release some nice features and of course bugfixes are inside this new one. Thanks to all who reported bugs and who are asking me directly via e-mail. Keep on your good work ;) and use this maven-plugin.
New:
- added additionalBundlerResources
for being able to have additional files available to the used bundler
- added feature for copying additionalAppResources to target/jfx/app
when calling jfx:jar
and jfx:run
, making it possible to have all that files available (like native files being required to not reside in the jar-files) by setting <copyAdditionalAppResourcesToJar>true</copyAdditionalAppResourcesToJar>
Bugfixes: - fixed possible file-handler leak (unreported)
Improvements: - refactored a bit to have cleaner code