rfscholte commented on a change in pull request #6: [MJLINK-6] Add 
'sourceJdkModules' configuration parameter.
URL: https://github.com/apache/maven-jlink-plugin/pull/6#discussion_r247056564
 
 

 ##########
 File path: src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
 ##########
 @@ -240,6 +241,12 @@
     @Component( role = Archiver.class, hint = "zip" )
     private ZipArchiver zipArchiver;
 
+    /**
+     * Set the JDK location to create a Java custom runtime image.
+     */
+    @Parameter
+    private String sourceJdkModules;
 
 Review comment:
   Change this to 'File'

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to