Maven dependency plugin release?

2021-04-01 Thread David Turner
Is there a release of the Maven dependency plugin scheduled? I am very excited about the return of verbose with https://issues.apache.org/jira/browse/MDEP-644, and I'm sure I'm not the only one. Thanks! - To unsubscribe,

Re: [MJLINK] Create JavaFX application runtime

2021-04-01 Thread Abhinay
Hi Robert, The issue can be reproduced using theJavaFX application hosted on Github . It uses the maven-jlink-plugin to create a native image and fails. Ben's example hosted at https://github.com/alttpj/MemeforceHunt does work

Re: [VOTE] Release Apache Maven version 3.8.1

2021-04-01 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mardi 30 mars 2021, 22:58:56 CEST Robert Scholte a écrit : > Hi, > > For the details about this release, please > read https://maven.apache.org/docs/3.8.1/release-notes.html Also please > provide feedback on the release notes. (as you know, these are published > separately

Re: [MJLINK] Create JavaFX application runtime

2021-04-01 Thread Benjamin Marwell
Also had troubles, but in the end I got it working. You can use my simple GUI app for ROM manipulation as a template if you like. https://github.com/alttpj/MemeforceHunt It's a bit complicated as multiple OSes need to be supported. HTH Ben On Thu, 1 Apr 2021, 08:16 Abhinay Agarwal, wrote: >

Re: [MJLINK] Create JavaFX application runtime

2021-04-01 Thread Robert Scholte
I'm missing a project to reproduce the issue, but I would expect that adding provided on those dependencies would fix it. Robert On 1-4-2021 08:16:06, Abhinay Agarwal wrote: Hi, I tried to create runtime images for JavaFX applications using maven-jlink-plugin. The jlink:jlink goal fails as

[MJLINK] Create JavaFX application runtime

2021-04-01 Thread Abhinay Agarwal
Hi, I tried to create runtime images for JavaFX applications using maven-jlink-plugin. The jlink:jlink goal fails as some JavaFX dependencies are "Automatic Modules". More information on this can be found here: https://github.com/abhinayagarwal/maven-jlink-plugin-javafx/blob/master/README.md