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

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


 discard 1b287ab  [MPMD-390] Dynamically calculate xrefLocation/xrefTestLocation
 discard 50b32c8  [MPMD-389] Upgrade to Doxia 2.0.0 Milestone Stack
     add 71c807b  Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 
to 1.24
     add 2a72cc8  [MPMD-399] Incorrect warning: The project X does not seem to 
be compiled. PMD results might be inaccurate.
     add 7a3b2c2  [MPMD-400] Upgrade to PMD 7.3.0
     add 277a725  [MPMD-391] Log what developers care about and not what they 
don't
     add 506de75  Remove outdated invoker conditions
     add af5fab9  [maven-release-plugin] prepare release maven-pmd-plugin-3.24.0
     add 4f5ba97  [maven-release-plugin] prepare for next development iteration
     add 4ec6e72  [MPMD-389] Upgrade to Doxia 2.0.0 Milestone Stack
     add cda51dd  [MPMD-390] Dynamically calculate xrefLocation/xrefTestLocation

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   (1b287ab)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (cda51dd)

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.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  8 ++--
 src/it/MPMD-163/verify.groovy                      | 13 +++++--
 src/it/MPMD-165/invoker.properties                 |  1 -
 src/it/MPMD-182/invoker.properties                 |  1 -
 src/it/MPMD-205-pmd-js-check/verify.groovy         |  2 +-
 .../invoker.properties                             |  3 --
 .../invoker.properties                             |  1 -
 .../invoker.properties                             |  1 -
 .../MPMD-243-excludeFromFailureFile/verify.groovy  | 13 ++++++-
 src/it/MPMD-244-logging/invoker.properties         |  1 -
 src/it/MPMD-244-logging/verify.groovy              |  2 +-
 .../invoker.properties                             |  3 +-
 src/it/MPMD-258-multiple-executions/verify.groovy  |  4 +-
 .../invoker.properties                             |  1 -
 .../MPMD-268-deprecated-rules/invoker.properties   |  1 -
 src/it/MPMD-270-325-JDK11/verify.groovy            |  3 +-
 .../MPMD-277-multi-module-check/invoker.properties |  1 -
 src/it/MPMD-280-JDK12/verify.groovy                |  3 +-
 src/it/MPMD-283-aggregated-pmd/invoker.properties  |  1 -
 src/it/MPMD-290-cpd-for-csharp/invoker.properties  |  2 -
 src/it/MPMD-290-cpd-for-csharp/verify.groovy       | 12 ++++--
 src/it/MPMD-295-JDK13/verify.groovy                |  3 +-
 src/it/MPMD-302-JDK14/verify.groovy                |  3 +-
 src/it/MPMD-302-JDK15/verify.groovy                |  3 +-
 .../MPMD-304-toolchain-support/invoker.properties  |  2 -
 src/it/MPMD-304-toolchain-support/verify.groovy    | 36 +++++++++++-------
 src/it/MPMD-312-JDK16/verify.groovy                |  3 +-
 src/it/MPMD-312-JDK17/verify.groovy                |  3 +-
 .../invoker.properties                             |  1 -
 .../MPMD-317-auxclasspath-provided/verify.groovy   |  4 +-
 .../invoker.properties                             |  1 -
 .../verify.groovy                                  |  4 +-
 .../invoker.properties                             |  1 -
 .../invoker.properties                             |  1 -
 src/it/MPMD-332-JDK18/verify.groovy                |  3 +-
 src/it/MPMD-348-JDK19/invoker.properties           |  2 -
 src/it/MPMD-348-JDK19/verify.groovy                |  3 +-
 src/it/MPMD-365-JDK20/invoker.properties           |  3 +-
 src/it/MPMD-365-JDK20/verify.groovy                |  3 +-
 src/it/MPMD-379-JDK21/invoker.properties           |  1 +
 src/it/MPMD-379-JDK21/verify.groovy                |  3 +-
 .../MPMD-89-232-typeresolution/invoker.properties  |  1 -
 src/it/empty-rulesets/invoker.properties           |  5 +--
 src/it/mpmd-138/verify.groovy                      | 44 ++++++++++++++++++----
 .../maven/plugins/pmd/AbstractPmdReport.java       |  5 ++-
 .../plugins/pmd/AbstractPmdViolationCheckMojo.java | 41 ++++++++++++--------
 .../org/apache/maven/plugins/pmd/CpdReport.java    |  1 -
 .../maven/plugins/pmd/CpdViolationCheckMojo.java   |  7 ++--
 .../org/apache/maven/plugins/pmd/PmdReport.java    | 24 +++---------
 .../maven/plugins/pmd/PmdViolationCheckMojo.java   |  5 +--
 .../apt/examples/upgrading-PMD-at-runtime.apt.vm   |  2 +
 src/site/fml/faq.fml                               | 13 +++----
 .../apache/maven/plugins/pmd/CpdReportTest.java    |  3 --
 .../plugins/pmd/CpdViolationCheckMojoTest.java     |  7 +---
 .../plugins/pmd/PmdViolationCheckMojoTest.java     | 27 ++++---------
 55 files changed, 173 insertions(+), 172 deletions(-)

Reply via email to