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:53 UTC

[maven-jlink-plugin] branch master updated (dd8daf9 -> f51f117)

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

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


    from dd8daf9  [MJLINK-34] - Upgrade java-language to 1.0.1
     add 88ba561  [MJLINK-6] Add 'sourceJdkModules' configuration parameter.
     new f51f117  [MJLINK-6] Add 'sourceJdkModules' configuration parameter.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../invoker.properties                                   |  0
 .../{MJLINK-26 => MJLINK-6_allowSetJmodPath}/pom.xml     | 11 +++++++----
 .../src/main/java/com/corporate/project/Main.java        |  0
 .../src/main/java/module-info.java                       |  0
 .../verify.groovy}                                       | 14 ++++++++++----
 .../java/org/apache/maven/plugins/jlink/JLinkMojo.java   | 16 +++++++++++++++-
 6 files changed, 32 insertions(+), 9 deletions(-)
 copy src/it/projects/{cli-options/suggest-providers => MJLINK-6_allowSetJmodPath}/invoker.properties (100%)
 copy src/it/projects/{MJLINK-26 => MJLINK-6_allowSetJmodPath}/pom.xml (85%)
 copy src/it/projects/{MJLINK-26 => MJLINK-6_allowSetJmodPath}/src/main/java/com/corporate/project/Main.java (100%)
 copy src/it/projects/{MJLINK-26 => MJLINK-6_allowSetJmodPath}/src/main/java/module-info.java (100%)
 copy src/it/projects/{MJLINK-26/src/main/java/module-info.java => MJLINK-6_allowSetJmodPath/verify.groovy} (75%)


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

Posted by rf...@apache.org.
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(-)