[ https://issues.apache.org/jira/browse/MJLINK-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584819#comment-16584819 ]
ASF GitHub Bot commented on MJLINK-23: -------------------------------------- khmarbaise closed pull request #2: [MJLINK-23] Allow setting additional modulepaths URL: https://github.com/apache/maven-jlink-plugin/pull/2 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java index ccc82a6..79691a5 100644 --- a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java +++ b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java @@ -168,6 +168,11 @@ @Parameter private String endian; + /** + * Include additional paths on the <code>--module-path</code> option. + * Project dedependencies and JDK modules are automatically added. + */ + @Parameter private List<String> modulePaths; /** ---------------------------------------------------------------- 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 > Allow setting additional modulepaths > ------------------------------------ > > Key: MJLINK-23 > URL: https://issues.apache.org/jira/browse/MJLINK-23 > Project: Maven JLink Plugin > Issue Type: Bug > Affects Versions: 3.0.0-alpha-2 > Reporter: Guillermo González de Agüero > Assignee: Karl Heinz Marbaise > Priority: Major > Fix For: 3.0.0 > > > There's a modulePaths property but it's missing the @Parameter annotation. -- This message was sent by Atlassian JIRA (v7.6.3#76005)