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 2018/08/07 21:40:04 UTC

[maven-compiler-plugin] branch master updated (2ba3f26 -> 678360d)

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-compiler-plugin.git.


    from 2ba3f26  [MCOMPILER-322] Set the JPMS module version
     add 9c00842  [MCOMPILER-349] - changed dependency detection. Default fileExtensions contained '.class', while FileUtils#getExtension( method used in AbstractCompilerMojo#hasNewFile returns file extension without '.' (e.g. 'class')
     new 678360d  [MCOMPILER-349] - changed dependency detection.

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:
 .../dependent-module}/pom.xml                      |  84 +++++++-------
 .../dependent-module/src/main/java/Main.java}      |  18 +--
 .../invoker.properties                             |   2 +-
 .../pom.xml                                        | 129 ++++++++++++---------
 .../service}/pom.xml                               |  69 +++++------
 .../service/src/main/java/TestService.java}        |  50 ++++----
 .../verify.groovy                                  |  50 ++++----
 .../plugin/compiler/AbstractCompilerMojo.java      |   2 +-
 8 files changed, 216 insertions(+), 188 deletions(-)
 copy src/it/{jdk9-exportsto/bar => MCOMPILER-349_dependencyChanged/dependent-module}/pom.xml (90%)
 copy src/it/{jdk16-annotation/src/main/java/com/mycompany/jdk16annotation/App.java => MCOMPILER-349_dependencyChanged/dependent-module/src/main/java/Main.java} (86%)
 copy src/it/{mcompiler-182 => MCOMPILER-349_dependencyChanged}/invoker.properties (93%)
 copy src/it/{jdk9-exportsto => MCOMPILER-349_dependencyChanged}/pom.xml (61%)
 copy src/it/{MCOMPILER-294/lib => MCOMPILER-349_dependencyChanged/service}/pom.xml (92%)
 copy src/it/{MCOMPILER-129/src/main/java/MyClass.java => MCOMPILER-349_dependencyChanged/service/src/main/java/TestService.java} (93%)
 copy src/it/{mcompiler-21_class-remove => MCOMPILER-349_dependencyChanged}/verify.groovy (97%)


[maven-compiler-plugin] 01/01: [MCOMPILER-349] - changed dependency detection.

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-compiler-plugin.git

commit 678360dafc25667d89d1e081270bfbd13b5285f5
Merge: 2ba3f26 9c00842
Author: Robert Scholte <rf...@apache.org>
AuthorDate: Tue Aug 7 23:40:01 2018 +0200

    [MCOMPILER-349] - changed dependency detection.

 .../dependent-module/pom.xml                       | 44 +++++++++++++
 .../dependent-module/src/main/java/Main.java       | 27 ++++++++
 .../invoker.properties                             | 21 ++++++
 src/it/MCOMPILER-349_dependencyChanged/pom.xml     | 75 ++++++++++++++++++++++
 .../service/pom.xml                                | 36 +++++++++++
 .../service/src/main/java/TestService.java         | 27 ++++++++
 .../MCOMPILER-349_dependencyChanged/verify.groovy  | 26 ++++++++
 .../plugin/compiler/AbstractCompilerMojo.java      |  2 +-
 8 files changed, 257 insertions(+), 1 deletion(-)