You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/15 20:57:54 UTC

[maven-jlink-plugin] 01/01: [MJLINK-6] Add 'sourceJdkModules' configuration parameter.

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit f51f117d08a3f84072c85bb60d496a99227597cb
Merge: dd8daf9 88ba561
Author: Robert Scholte <rf...@apache.org>
AuthorDate: Tue Jan 15 21:57:49 2019 +0100

    [MJLINK-6] Add 'sourceJdkModules' configuration parameter.

 .../MJLINK-6_allowSetJmodPath/invoker.properties   | 18 +++++++
 src/it/projects/MJLINK-6_allowSetJmodPath/pom.xml  | 59 ++++++++++++++++++++++
 .../src/main/java/com/corporate/project/Main.java  | 35 +++++++++++++
 .../src/main/java/module-info.java                 | 24 +++++++++
 .../MJLINK-6_allowSetJmodPath/verify.groovy        | 30 +++++++++++
 .../org/apache/maven/plugins/jlink/JLinkMojo.java  | 16 +++++-
 6 files changed, 181 insertions(+), 1 deletion(-)