On Fri, Oct 21, 2022 at 11:38 AM Thomas Reinhardt <thomas.reinha...@s4p.de> wrote:
> > As for the javafx-maven-plugin: I don't see how this would help here. It > states on the github page "JavaFX dependencies are added as usual". > ... but you don't have to add a classifier (or an exhaustive list of classifiers) as that is what the plugin takes care about. Hence: you just depend on javafx.controls and you don't mention javafx.controls:linux-x86_64 etc in your pom at all. Unless I'm missing something, I don't see the problem (no need for having 12 dependencies instead of 2). - Johan