You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/08/18 20:54:15 UTC

[maven-checkstyle-plugin] branch master updated (549bf3d -> cbf3751)

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

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


    from 549bf3d  [MCHECKSTYLE-419] Upgrade Parent to 37 and cleanup
     add cbf3751  [MCHECKSTYLE-418] Deprecate RSS feature and disable by default

No new revisions were added by this update.

Summary of changes:
 src/it/MCHECKSTYLE-357-with-header-override/pom.xml    |  3 +++
 src/it/MCHECKSTYLE-357/pom.xml                         |  3 +++
 src/it/checkstyle-goal/pom.xml                         |  3 +++
 src/it/checkstyle-report/pom.xml                       |  5 ++++-
 .../plugins/checkstyle/AbstractCheckstyleReport.java   | 18 +++++++++++-------
 .../plugins/checkstyle/CheckstyleReportGenerator.java  | 11 +++++++----
 .../plugins/checkstyle/rss/CheckstyleRssGenerator.java |  1 +
 .../checkstyle/rss/CheckstyleRssGeneratorRequest.java  |  3 ++-
 .../checkstyle/rss/DefaultCheckstyleRssGenerator.java  |  3 ++-
 .../maven/plugins/checkstyle/rss/VelocityTemplate.java |  3 ++-
 10 files changed, 38 insertions(+), 15 deletions(-)