For historical reason the JFXLauncher build scripts search for various media files (.mp3, wav, etc.) and unpack them out of JAR files. While this may be needed for iOS FX support, it is not necessary for Java/HTML projects.
Please provide a way to configure what files should be extracted in the pom.xml. Something like:
<extractResources>*.mp3, *.wav, etc.</extractResources>
Please provide a way to configure what files should be extracted in the pom.xml. Something like:
<extractResources>*.mp3, *.wav, etc.</extractResources>