agilhard-oss/jlink-jpackager-maven-plugin

Error with generate-jdeps

Opened this issue · 0 comments

Hi,

I'm getting an error when running the plugin with packaging "jpacktool-jpackager"

[INFO] generate-jdeps
[ERROR] endVisit -> MojoExecutionException
org.apache.maven.plugin.MojoExecutionException: 
Exit code: 1 - Exception in thread "main" java.nio.file.InvalidPathException: Illegal char <:> at index 16:  --module-path D:\Development\kotlin\swhrl-dm\swhrl-dm-pkg\target\jpacktool\jmods;D:\Development\kotlin\swhrl-dm\swhrl-dm-pkg\target\jpacktool\autojar --print-module-deps --ignore-missing-deps D:\Development\kotlin\swhrl-dm\swhrl-dm-pkg\target\jpacktool\jar\annotations-13.0.jar 
	at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)

It somehow gets confused by the colon in the path name.