Re: Problem running JavaFX in maven plugins

2018-12-31 Thread Michael Ennen
The official issue tracker for JavaFX is https://bugs.openjdk.java.net. The JavaFX project is a "Component" of OpenJDK. You can see the JavaFX bugs from this URL: https://bugs.openjdk.java.net/browse/JDK-8215964?jql=project%20%3D%20JDK%20AND%20component%20%3D%20javafx The GitHub issue tracker is

Problem running JavaFX in maven plugins

2018-12-31 Thread Dan Armbrust
Hi, I'm trying to migrate a codebase to JDK 11 / OpenJFX, and have run into an issue I didn't have under JDK 8. We have a complex maven build process - parts of which include building our own maven plugins, and then executing those plugins in a different portion of the build. Maven uses