Why is maven-jlink-plugin crashing? What's the illegal argument?
Why is maven-jlink-plugin crashing? What's the illegal argument? After upgrading to Java 10 (from Java 8), I want to test the new linker, so I started using maven-jlink-plugin by adding this: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jlink-plugin</artifactId> <version>3.0.0-alpha-1</version> <extensions>true</extensions> </plugin> and specifying: <packaging>jlink</packaging> I don't even know if this should be enough, but it certainly isn't working and the documentation seems to focus on projects with multiple modules. Mine only has one. When I run mvn package I get: mvn package [INFO] --- maven-jlink-plugin:3.0.0-alpha-1:jlink (default-jlink) @ dashmanserver --- [INFO] Toolchain in maven-jlink-plugin: jlink [ C:Program FilesJavajdk-10.0.1binjlink.exe ] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO...