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

slachiewicz pushed a change to branch MCHECKSTYLE-393v2
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


 discard ba6330e  [MCHECKSTYLE-393] update doxia to 1.9.2
     add 4fede6d  Bump animal-sniffer-maven-plugin from 1.19 to 1.20
     add e0b01ad  Run ITs on Java 16
     add 6d229a7  [MCHECKSTYLE-399] Upgrade Checkstyle to 8.41.1
     add 2f45933  [MCHECKSTYLE-99] <includeTestSourceDirectory> should use 
default test
     add 846155a  [MCHECKSTYLE-401] - NullPointerException in Violation class
     add b04086d  Merge pull request #47 from stevenschenk/master
     add 5d9af05  update CI url
     new 0a65a6a  [MCHECKSTYLE-393] update doxia to 1.9.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ba6330e)
            \
             N -- N -- N   refs/heads/MCHECKSTYLE-393v2 (0a65a6a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 Jenkinsfile                                        |  2 +-
 README.md                                          |  8 +-
 pom.xml                                            | 13 +---
 .../invoker.properties                             |  0
 .../pom.xml                                        | 38 ++++++----
 .../src/main/java/com/example/App.java             |  0
 .../src/test/java/com/example/AppTest.java         |  0
 .../verify.groovy                                  |  6 +-
 .../invoker.properties                             |  0
 src/it/{MCHECKSTYLE-129 => MCHECKSTYLE-99}/pom.xml | 37 ++++++----
 .../src/main/java/com/example/App.java             |  0
 .../src/test/java/com/example/AppTest.java         |  0
 .../verify.groovy                                  |  6 +-
 .../checkstyle/AbstractCheckstyleReport.java       | 85 ++++++++++++++++------
 .../checkstyle/CheckstyleReportGenerator.java      | 55 +++++++++++++-
 .../apache/maven/plugins/checkstyle/Violation.java |  4 +-
 .../checkstyle/exec/DefaultCheckstyleExecutor.java | 80 --------------------
 .../maven/plugins/checkstyle/ViolationTest.java}   | 12 ++-
 src/test/plugin-configs/custom-plugin-config.xml   |  1 +
 .../dep-resolution-exception-plugin-config.xml     |  1 +
 .../plugin-configs/fail-on-error-plugin-config.xml |  1 +
 src/test/plugin-configs/min-plugin-config.xml      |  1 +
 src/test/plugin-configs/multi-plugin-config.xml    |  1 +
 src/test/plugin-configs/no-files-plugin-config.xml |  1 +
 src/test/plugin-configs/no-rules-plugin-config.xml |  1 +
 .../plugin-configs/no-severity-plugin-config.xml   |  1 +
 .../plugin-configs/no-source-plugin-config.xml     |  1 +
 .../test-source-directory-plugin-config.xml        |  1 +
 src/test/plugin-configs/useFile-plugin-config.xml  |  1 +
 29 files changed, 200 insertions(+), 157 deletions(-)
 copy src/it/{checkstyle-goal => 
MCHECKSTYLE-99-custom-xref-test-location}/invoker.properties (100%)
 copy src/it/{MCHECKSTYLE-129 => 
MCHECKSTYLE-99-custom-xref-test-location}/pom.xml (66%)
 copy src/it/{MCHECKSTYLE-129 => 
MCHECKSTYLE-99-custom-xref-test-location}/src/main/java/com/example/App.java 
(100%)
 copy src/it/{MCHECKSTYLE-129 => 
MCHECKSTYLE-99-custom-xref-test-location}/src/test/java/com/example/AppTest.java
 (100%)
 copy src/it/{MCHECKSTYLE-222-resources => 
MCHECKSTYLE-99-custom-xref-test-location}/verify.groovy (76%)
 copy src/it/{checkstyle-goal => MCHECKSTYLE-99}/invoker.properties (100%)
 copy src/it/{MCHECKSTYLE-129 => MCHECKSTYLE-99}/pom.xml (67%)
 copy src/it/{MCHECKSTYLE-129 => 
MCHECKSTYLE-99}/src/main/java/com/example/App.java (100%)
 copy src/it/{MCHECKSTYLE-129 => 
MCHECKSTYLE-99}/src/test/java/com/example/AppTest.java (100%)
 copy src/it/{MCHECKSTYLE-222-resources => MCHECKSTYLE-99}/verify.groovy (77%)
 copy 
src/{it/MCHECKSTYLE-338/omitignoredmodules-true/src/main/java/org/apache/maven/plugins/checkstyle/TestTrue.java
 => test/java/org/apache/maven/plugins/checkstyle/ViolationTest.java} (74%)

Reply via email to