You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/07/26 10:58:43 UTC

[maven-compiler-plugin] branch master updated (cdfeb52 -> a522b31)

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

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


    from cdfeb52  usage of reflection is not needed anymore (#140)
     add a522b31  [MCOMPILER-500] add some parameter to pattern from stale source calculation (#141)

No new revisions were added by this update.

Summary of changes:
 .../invoker.properties                             |   2 +
 .../pom.xml                                        | 101 ++++++++++-----------
 .../src/main/java/dummy}/Person.java               |   8 +-
 .../src/main/java/dummy/foo}/Person.java           |   8 +-
 .../src/main/java/dummy/package-info.java          |   0
 .../verify.groovy                                  |   3 +-
 .../apache/maven/plugin/compiler/CompilerMojo.java |  18 +++-
 .../maven/plugin/compiler/TestCompilerMojo.java    |  19 +++-
 8 files changed, 85 insertions(+), 74 deletions(-)
 copy src/it/{MCOMPILER-205 => MCOMPILER-500-package-info-incr}/invoker.properties (93%)
 copy src/it/{MCOMPILER-192 => MCOMPILER-500-package-info-incr}/pom.xml (79%)
 copy src/it/{MCOMPILER-197/src/main/java/org/issue => MCOMPILER-500-package-info-incr/src/main/java/dummy}/Person.java (87%)
 copy src/it/{MCOMPILER-197/src/main/java/org/issue => MCOMPILER-500-package-info-incr/src/main/java/dummy/foo}/Person.java (87%)
 copy src/it/{MCOMPILER-205 => MCOMPILER-500-package-info-incr}/src/main/java/dummy/package-info.java (100%)
 copy src/it/{MCOMPILER-349_dependencyChanged => MCOMPILER-500-package-info-incr}/verify.groovy (85%)