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

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

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(-)