You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/02 23:21:46 UTC

[maven-checkstyle-plugin] annotated tag maven-checkstyle-plugin-2.15 updated (fd119e3 -> 0c6f734)

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

hboutemy pushed a change to annotated tag maven-checkstyle-plugin-2.15
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


*** WARNING: tag maven-checkstyle-plugin-2.15 was modified! ***

    from fd119e3  (tag)
      to 0c6f734  (tag)
 tagging 0f484dfc65a2d2634a08d298f90eee099a634f4b (commit)
 replaces maven-checkstyle-plugin-2.14
      by Hervé Boutemy
      on Sun Mar 15 18:40:27 2015 +0000

- Log -----------------------------------------------------------------
maven-checkstyle-plugin-2.15 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------

 discard 84de03c  [maven-release-plugin] copy for tag maven-checkstyle-plugin-2.15
 discard ca58613  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.15
 discard c7c0a1b  [MCHECKSTYLE-288] NullPointerException during building a multi-module project
 discard 707b63c  [MCHECKSTYLE-273] Remove Turbine configuration since it is not used any more
 discard 42a75f3  [MCHECKSTYLE-274] removed Avalon configuration since the Avalon project is retired
 discard ecf0024  [MCHECKSTYLE-286] Add info on ruleset used in console output
 discard 546ca83  [MCHECKSTYLE-261] Upgrade to Checkstyle 6.1.1
 discard e339aaf  [MCHECKSTYLE-277] Require Java 6
 discard 34b3e72  [maven-release-plugin] prepare for next development iteration
 discard 441a31e  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.14
 discard 268c2d7  Update to released version of maven-shared-resources:2.
 discard f65e6b5  reverted r1654924
 discard b09590d  updated documentation: maven_checks.xml is not there any more
 discard 749632a  fixed IT after removing maven_checks.xml from projects' svn: don't directly rely on svn
 discard 28bc555  [MCHECKSTYLE-283] Move maven_checks.xml and maven-header.txt away from the plugin
 discard 96d67f9  [MCHECKSTYLE-282] added info on ruleset used in report intro - Fix Swedish resource bundle
 discard c5681c8  [MCHECKSTYLE-282] added info on ruleset used in report intro
 discard 96fd9b2  Use build-helper-maven-plugin to make the version parts of the maven.compiler.target property available as separate properties, so that they can be used to define the java signature artifactId used by animal-sniffer. This should be moved to maven-parent later on, if others feel that it is a good idea.
 discard a838d38  removed configuration already inherited from parent
 discard a31f5f4  [MCHECKSTYLE-249] updated ITs to not fail when distribution created on Unix and ITs run on Windows
 discard d14cb64  [MCHECKSTYLE-281] fail if deprecated parameters are used and display update instructions
 discard a3ddb56  [MCHECKSTYLE-280] added documentation on upgrading Checkstyle at runtime
 discard 7f50888  improved comments
 discard 6a46b82  fixed typo
 discard 45b3848  [MCHECKSTYLE-257] display predefined rulesets content
 discard c5ea69c  fixed date format
 discard 4c0405f  use injected log
 discard 1a79815  [MCHECKSTYLE-274] removed Avalon configuration since the Avalon project is retired
 discard ed041b4  Document and enforce the version of Java that the plugin requires.
 discard b137ca2  [MCHECKSTYLE-253] Upgrade to checkstyle 5.9 for Java 8 compatibility - Revert the upgrade of Checkstyle that was done in r1632982. The Checkstyle version used by the plugin is now 5.8.
 discard f86cc13  [MCHECKSTYLE-276] removed RedundantThrows from configs
 discard d0b0037  more robust relative path calculations
 discard 357ef5b  [MCHECKSTYLE-256] print directory relative to basedir instead of filename only (or full path in XML source)
 discard 2615689  [MCHECKSTYLE-255] improved info message on errors: print count of ignored
 discard 575b503  cleanup
 discard e9d5c35  [MCHECKSTYLE-274] removed Avalon configuration since the Avalon project is retired
 discard 313836c  remove redundant configuration
 discard 5973bde  [MCHECKSTYLE-263] Removed dependency plexus-container-default:1.0-alpha-9-stable-1
 discard 469d959  [MCHECKSTYLE-262] Upgrade to maven-plugins parent version 27  - Enhanced rat configuration add the execlusions instead    of replacing them.
 discard a23b952  updated parent pom and fixed errors reported by Checkstyle
 discard 6b3f6a9  Fixes MCHECKSTYLE-253: Upgrade to checkstyle 5.9 for Java 8 compatability
 discard a665168  Updated to p-u .20
 discard a998a34  [MCHECKSTYLE-254] Updated p-i to avoid thread safety issues
 discard cecf0c6  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
 discard c8a6f9d  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
 discard 76a2f27  [maven-release-plugin] prepare for next development iteration
 discard 37cf088  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.13
 discard 025cf60  updated dependencies
 discard 832bb25  updated maven-reporting-impl to just released version
 discard 3710cca  remove copy/paste since code is now inherited through MSHARED-347
 discard ebfdf99  [MCHECKSTYLE-126] generated HTML page contained "charset=${outputEncoding}"
 discard e8572fe  remove bold display for rule parameter names
 discard f2fe9e7  don't repeat category, for better readability
 discard d5cd2a3  [MCHECKSTYLE-234] group rules by category
 discard 92dce91  fixed typos
 discard 9904f0f  [MCHECKSTYLE-248] Remove RegexBasedInterpolator and ValueSource
 discard 09b50c9  Fix IT for M2.2.1, which still uses source/target 1.4 by default
 discard d88e86c  revert r1619571, seems to be vendor specific
 discard 3c9047c  hide utility class constructor
 discard f5a54df  Fix Bad practice - Classloaders should only be created inside doPrivileged block
 discard f04ae9b  Ensure that Writer is always closed
 discard 3902f95  projectClassLoader is an URLClassLoader, which implements Closeable. instanceof-check not required
 discard 7c627c5  [MCHECKSTYLE-214] Resources retrieval ignores resources definition in <build> Consider resources relative to project root as a special case
 discard 445fac0  add testCompileRoots to correct Map/List get testCompileRoots from correct Map/List
 discard 05699e4  [MCHECKSTYLE-70] Support for multiple source folders Forgot to add matching IT
 discard 23e0592  [MCHECKSTYLE-70] Support for multiple source folders Support for multiple test source folders added as well. SourceFolders are used twice, so using a List(stand-alone) or Map(aggregator) to hold entries for reuse in DCExecutor. Using Collection, so signatures won't change if we must switch between List and Set File.isDirectory() already implies that it exists, so those checks have been removed
 discard 0e6fae3  Ensure IT fails for the right reason
 discard fe076ad  [MCHECKSTYLE-247] added CHECKSTYLE_OFF/ON: regexp support (SuppressionCommentFilter)
 discard cb6dbd4  [MCHECKSTYLE-246] added UniqueProperties rule (introduced in Checkstyle 5.7)
 discard 04540f2  [MCHECKSTYLE-240] added 37 to ignored MagicNumber (used sometimes like 31 in hash calculations)
 discard ff19904  [MCHECKSTYLE-241] added SuppressWarningsFilter (introduced in Checkstyle 5.7) to support @SuppressWarnings
 discard 0e036b3  [MCHECKSTYLE-244] fixed parallel build failures caused by this component being reused instead of created per-lookup Submitted by: Konstantin Pokrovsky
 discard 032e4bf  [MCHECKSTYLE-243] log check violations to console by default
 discard fbee777  [MCHECKSTYLE-243] log check violations to console by default
 discard 5f7d94c  [MCHECKSTYLE-242] added fine grained igore of violations
 discard f1d81a5  [MCHECKSTYLE-239] updated IT to take into account that Translation rule was removed from Maven checks
 discard bfe5cc8  added GenericWhitespace rule
 discard 86e208c  [MCHECKSTYLE-240] added 17 and 31 to ignored MagicNumber
 discard ded29f3  [MCHECKSTYLE-239] removed Translation rule from Maven checks
 discard ee085e1  fixed errors reported by Checkstyle
 discard f35f0d5  [MCHECKSTYLE-148] added category and name of rule causing a violation to output
 discard 8f48eca  configured license check
 discard 324a668  fixed errors reported by Checkstyle
 discard 56f7776  fixed errors reported by Checkstyle
 discard a555f43  typo...
 discard c04b8b9  [MCHECKSTYLE-233] added link to rules documentation
 discard 79f4274  [MCHECKSTYLE-232] added the version of Checkstyle used to the generated report
 discard 83670e2  [MCHECKSTYLE-217] Add parameter which skips rule rows which do not have any violations
 discard df24081  [MCHECKSTYLE-237] Changeset 1608113 introduces "Line 0" regression
 discard d3d781b  renamed CheckstyleReportListener to CheckstyleCheckerListener to better match the use
 discard 39bc8fc  renamed CheckstyleReportListener to CheckstyleCheckerListener to better match the use
 discard 32c778a  refactoring: move CheckstyleExecutor component to its a new dedicated exec package: CheckstyleReportListener is part of this component too
 discard 76b92d1  [MCHECKSTYLE-236] added Rule name to violation message
 discard 77d731c  code simplification
 discard 1379c9c  refactoring: extracted methods about violations recognition
 discard a1301f0  [MCHECKSTYLE-235] improve difference between rules with and without violations
 discard 6394a81  code simplification
 discard 94599e0  mark attributes final
 discard dc69fe7  refactoring: extracted IconTool to deal with info/warning/error icons in reports
 discard 9c01923  refactoring: move CheckstyleExecutor coponent to its a new dedicated exec package
 discard 6a0172b  refactoring: move CheckstyleExecutor coponent to its a new dedicated exec package
 discard 547f3ca  moved VelocityTemplate class to the package using it
 discard 1439592  fixed little inconsistencies
 discard cf91e74  mark project as readonly
 discard 9451a39  mark project read-only
 discard 852315f  added license header
 discard e19c926  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
 discard f3b6149  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
 discard 5a02fac  MCHECKSTYLE-225: headerLocation no longer sets checkstyle.header.file also verify pluginManagement for dependencies. mark plugin and mojoExecution as readonly
 discard 38aece6  [maven-release-plugin] prepare for next development iteration
 discard 853196e  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.12.1
 discard 0160728  Next version will be 2.12.1.
 discard 5dffabb  [MCHECKSTYLE-227] Avalon and turbine checks are broken
 discard f880e7a  [MCHECKSTYLE-225] headerLocation no longer sets checkstyle.header.file Make it M2 compatible
 discard 3f3db88  [MCHECKSTYLE-225] headerLocation no longer sets checkstyle.header.file
 discard 143b5f0  [MCHECKSTYLE-225] headerLocation no longer sets checkstyle.header.file
 discard 38e256b  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
 discard ffda2e4  [MCHECKSTYLE-224] Warning about missing XRef for module with no files to check
 discard 30dbc3f  [MCHECKSTYLE-224] Warning about missing XRef for module with no source
 discard aa7b74d  Copied maven/plugins/trunk/maven-pmd-plugin/src/it/MPMD-172 to maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-224.
 discard 4e797da  - Fixed failing integration test   based on a hard coded plugin version in the pom file.
 discard 5ea9d16  [maven-release-plugin] prepare for next development iteration
 discard 1b2823c  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.12
 discard a123adb  Minor site tweaks.
 discard 4413697  Fix errors reported by Checkstyle (!).
 discard dd34a72  Update version for maven-javadoc-plugin to avoid security vulnerability.
 discard 0e61b7f  Add missing keys.
 discard cb17c77  [MCHECKSTYLE-222] Resource-only project is not checked
 discard 3657bef  Refactoring: move common parameters to super class.
 discard 5a29bca  Set svn property for EOL-style to Native.
 discard 238707c  Correct spelling.
 discard 42bced3  Refactoring: move common parameters to super class.
 discard 744629f  [MCHECKSTYLE-221] ResourceIncludes default value is wrong - I removed the manually documented default values
 discard 7116601  [MCHECKSTYLE-207] file handle leak - leading to failed builds Submitted by: James Nord Reviewed by: Dennis Lundberg
 discard 2e7fc87  [MCHECKSTYLE-219] Fix ITs which did depend on a LICENSE.txt, LicenseResourceManager should accept config/maven-header.txt because it's a plugin resource file.
 discard 64003fa  Fix RAT warnings of unapproved licenses
 discard fc70541  [MCHECKSTYLE-219] When no license is specified, ALv2 from maven-checkstyle-plugin is used
 discard 76934dc  MCHECKSTYLE-211 fix code style and add JavaDoc
 discard dbeb84b  MCHECKSTYLE-211 add documentation for 'inline' checkstyle rules
 discard 6702301  MCHECKSTYLE-211 add feature to enable 'inline configuration'
 discard 7920d0c  [MCHECKSTYLE-218] Put file anchor directly on the h2 tag
 discard 6b9e1a6  Update MPIR to 2.7 as well due ue Aether and Maven 3.1 problems.
 discard e8226bc  Use Maven Site Plugin 3.3 because 3.2 fails with Aether problem with Maven 3.1.x.
 discard c907d64  Unintentionally removed else keyword.
 discard 320c86a  [MCHECKSTYLE-213] Upgrade Doxia dependencies
 discard 03636fe  [MCHECKSTYLE-209] Correct grammar, make icons and text consistent in the report
 discard 6798f60  [MCHECKSTYLE-209] Correct grammar, make icons and text consistent in the report
 discard 311e69c  Bundle cleanups
 discard 6b3621c  [MCHECKSTYLE-205] NPE in CheckstyleReportGenerator.doFilesSummary:654 version 2.11 regression Submitted by: Bob Fields Reviewed by: Dennis Lundberg
 discard 3c15a0e  [MCHECKSTYLE-190] Add user property for checkstyle:consoleOutput
 discard 6384165  Do not show the value "null" for the column when Checkstyle doesn't report a column. Use the string "n/a" instead.
 discard 5ce6339  [MCHECKSTYLE-182] Use Maven log levels when logging to console Submitted by: Karl Schaefer Reviewed by: Dennis Lundberg
 discard bff3d83  [MCHECKSTYLE-169] Suppressions property is incorrectly set if suppressions file is on classpath Submitted by: Sergei Ivanov Reviewed by: Dennis Lundberg
 discard eb4006e  [MCHECKSTYLE-212] Upgrade to Checkstyle 5.7
 discard d5c546a  fixed svn encoding
 discard e2a079a  [MCHECKSTYLE-210] restore non-ascii characters in ISO-8859-1
 discard efaff6a  [MCHECKSTYLE-210] Resource bundles have wrong file encoding
 discard dcdfdae  [MCHECKSTYLE-209] Correct grammar and make icons and text consistent in the report
 discard 1b837d8  Do not print line number of it equals to zero. As per [1], it indicates that is is not related to a file content.
 discard d0aadaf  [MCHECKSTYLE-208] Plugin generates reports incompatible with the 'maven-jxr-plugin' version 2.4
 discard 10791b3  code formatting
 discard c34c48e  configured site deploy to /plugins-archives/<artifactId>-LATEST
 discard 4210fc1  [maven-release-plugin] prepare for next development iteration
 discard e67afa8  foo
 discard c266025  MCHECKSTYLE-204: improve doc for failure options to address this.
 discard 30cda2e  MCHECKSTYLE-197 MCHECKSTYLE-202: Clarify reporting versus checking.
 discard c33c482  MCHECKSTYLE-193: add a complete set of control options for processing resources.
 discard df82d02  MCHECKSTYLE-137: add IT to prove it's fixed.
 discard aeeece0  Add missing license headers where possible. Configure explicit RAT exclusions for the files that cannot contain a license header. This plugin now passes the checks done by RAT.
 discard aa5ce87  Revert "Reformatted to code style"
 discard b24c0bd  Reformatted to code style
 discard 6c222a5  More code analysis fixes
 discard 211041b  Further code analysis improvements
 discard 4696396  Oh, look at that button. Does that convert everything to correct java5 ??
 discard 7c76bcc  reverted modifications added inadvertently in r1517272
 discard 8fe1b3d  Use m-site-p 3.3 in ITs to make it M3.1 proof
 discard 6a70abc  More plexus updates
 discard 31be4f9  Follow ASF branding rules.
 discard 9bcef9d  [MCHECKSTYLE-192] Properties files are only processed in the report, but not in the mojo
 discard 329c722  [MCHECKSTYLE-191] Make name of TreeWalker configurable
 discard 95ae999  [maven-release-plugin] prepare for next development iteration
 discard 85ac6a6  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.10
 discard abf3f64  [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
 discard c535848  Fix errors reported by Checkstyle.
 discard fa844f8  [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
 discard c80e254  Site tweaks.
 discard 7344fa5  Upgrade to maven-plugins:24.
 discard 10b0eef  [MCHECKSTYLE-172] Checkstyle Plugin 2.8+ generates an additional aggregate report
 discard 9c31928  [MCHECKSTYLE-185] Empty checkstyle-results.xml in a tests-only project Submitted by: Peter Janes Reviewed by: Dennis Lundberg
 discard a914398  [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
 discard 97483cb  [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
 discard 03171cc  update maven-plugin-plugin to 3.2
 discard 7bb04af  add contributor
 discard 38d00df  [MCHECKSTYLE-181] Upgrade to Checkstyle 5.6 Submitted by Baron Roberts fix its as checkstyle are now modified in svn.
 discard f1c6320  [MCHECKSTYLE-181] Upgrade to Checkstyle 5.6 Submitted by Baron Roberts Remove DoubleCheckedLocking as not anymore suppoted by checkstyle 5.6
 discard 2b4a3f2  prevent spamming
 discard 9ad3bc7  replace StringBuffer by StringBuilder
 discard 6982870  removed specific m-site-p version use
 discard 4b60e15  use released parent pom
 discard d81bc09  move version to a property
 discard 059d614  Joakim is in developper list
 discard 290e672  annotations are not needed for plugin execution so mark dependency as provided
 discard 68ab810  [MCHECKSTYLE-179] use plexus java 5 annotations instead of old-style javadoc annotations
 discard 6e0e8aa  [MCHECKSTYLE-167] Unconfigured checkstyle plugin duplicates entries in aggregated report
 discard 71e710c  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
 discard ce61c6e  [MCHECKSTYLE-178] use maven-plugin-tools' java 5 annotations
 discard 152008e  fixed typos
 discard 000f921  [MCHECKSTYLE-175] Upgrade usage.htm to make it clear how configuration is done
 discard af1945e  [maven-release-plugin] prepare for next development iteration
 discard 534d494  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.9.1
 discard 19101a3  Rollback due to problems with svn during release.
 discard 88b3f17  [maven-release-plugin] prepare for next development iteration
 discard 6cfeb9a  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.9.1
 discard f0cf272  Set subversion keywords.
 discard 6a4584d  [MCHECKSTYLE-173] Embedded error: Cannot set property 'charset' in module Checker to 'UTF-8,UTF-8': UTF-8,UTF-8
 discard 7c3aae8  [MCHECKSTYLE-173] Embedded error: Cannot set property 'charset' in module Checker to 'UTF-8,UTF-8': UTF-8,UTF-8
 discard 08f4484  [maven-release-plugin] prepare for next development iteration
 discard 126141d  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.9
 discard 79e3b9f  [MCHECKSTYLE-145] maven-checkstyle-plugin 2.6 SinkFactory WARNING
 discard 47ea5ec  Fix error reported by Checkstyle.
 discard 47d55a9  [MCHECKSTYLE-164] Multimodule Configuration example does not show how to configure build-tools pom
 discard 8a56545  Update to maven-plugins:22.
 discard e6a82e1  [MCHECKSTYLE-152] encoding property in maven plugin is never set correctly to charset property of the checkstyle itself. Submitted by: Svetlomira Manova Reviewed by: Dennis Lundberg
 discard cd77d54  [MCHECKSTYLE-146] mvn checkstyle:checkstyle KO, Unable to find the mojo, org/apache/maven/doxia/logging/Log
 discard f2b2b43  Fix MCHECKSTYLE-170: Test errors and failures on Windows
 discard 3819fd9  [MCHECKSTYLE-168] checkstyle-aggregate give a wrong file count Submitted by Antonio Petrelli.
 discard ce063f0  [MCHECKSTYLE-165] Upgrade to checkstyle 5.5.
 discard 643b12f  [MCHECKSTYLE-62] added aggregate mojo in goals overview
 discard 972746b  [maven-release-plugin] prepare for next development iteration
 discard 1e5c8cd  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.8
 discard bbb20ca  use site plugin 3.0
 discard 6b34b00  [MCHECKSTYLE-62] Support aggregated reports in a multi-modules project: add it test
 discard 6506dfd  add missing @since 2.8
 discard 1ecc3ae  [MCHECKSTYLE-62] Support aggregated reports in a multi-modules project Submitted by Antonio Petrelli.
 discard c523fab  [MCHECKSTYLE-159] Fix problem of checkstyle configs without cacheFile properties not working
 discard 97178a7  add PackageInfo rule sample
 discard 1f5feee  [maven-release-plugin] prepare for next development iteration
 discard 7fccc86  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.7
 discard ee5e1ad  simplify with using Arrays.asList rather than a loop
 discard bcb430f  preserve stack trace
 discard 05eeac0  ensure we close Stream
 discard ff76d69  fix checkstyle issue
 discard 120b49d  tab to spaces
 discard db28b0d  fix some license headers
 discard 0627284  [MCHECKSTYLE-163] Test classpath resolution fails in mvn check:check when includeTestSourceDirectory = true Submitted by Chris Whelan
 discard a759690  Add a property to hold the Checkstyle version. Inject that property into the generated site.
 discard 574bc7c  [MCHECKSTYLE-162] Upgrade to checkstyle 5.4
 discard ca41cae  upgrade parent version remove m2e profile
 discard 03c241f  updated reporting configuration for Java 5
 discard 747a442  fixed errors reported by Checkstyle
 discard b2d3095  [MCHECKSTYLE-149] supressionsFileExpression does not work Submitted by: Idcmp Reviewed by: Dennis Lundberg
 discard 77a5d59  [MCHECKSTYLE-153] Checkstyle doesn't run on projects containing only test classes Submitted by: Bruce Mackenzie Nielsen Reviewed by: Dennis Lundberg
 discard 02cacf9  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
 discard 09dbfbd  fix relativePath to plugins parent and bump to latest parent for all plugins
 discard e6f3655  [MCHECKSTYLE-156] plugin fails to build on Mac OS
 discard 2ac1c60  use last site plugin version for maven 3
 discard ba7b329  [MCHECKSTYLE-132] Upgrade to Checkstyle 5.3
 discard 6808970  o Fixed IT setup
 discard 107fcb2  [maven-release-plugin] prepare for next development iteration
 discard dccb55e  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.6
 discard 53bdade  upgraded to released version of site plugin
 discard 2b4ee4d  use last site plugin SNAPSHOT for maven 3 build
 discard b79bbe8  use released version of maven-site-plugin
 discard ed16c9c  [MCHECKSTYLE-139]Add @threadSafe support for maven3 resolved some dependencies issues (add hack for org.codehaus.plexus.utils.interpolation) cannot be solved until doxia has upgraded to p-u 2.x and plexus-interpolation.
 discard b7a813e  upgrade parent version
 discard 39f4a2a  Fix the checkstyle it tests. This is really a complete hack to support MCHECKSTYLE-131 which, IMO, should not be supported.   Just because it worked at one point despite not falling into the documented and supported use cases does not, to me, mean we should really support it.
 discard 3182561  Since the DefaultCheckstyleExecutor contains an object (ResourceManager) that holds onto state and must be per-lookup, the DefaultCheckstyleExecutor must also be per-lookup to be thread safe.
 discard 4c7732f  updated reporting plugins dependencies: maven-reporting-api 3.0 and maven-reporting-impl 2.0.5
 discard 4bf735f  Java 5 generics addition
 discard 0d0169c  remove non necessary code.
 discard 4b3e48a  remove plexus snapshot repo
 discard 996e553  [MCHECKSTYLE-129] plexus-resources released version 1.0-alpha-7
 discard 976ac92  [MCHECKSTYLE-131] Plugin can't use configLocation from parent.
 discard 7b31470  [MCHECKSTYLE-130] multimodule project requires src/main/java after 2.5 update
 discard ddef478  [MCHECKSTYLE-130] multimodule project requires src/main/java after 2.5 update add an other it test.
 discard 3712581  [MCHECKSTYLE-130] multimodule project requires src/main/java after 2.5 update add an it test.
 discard 9bbd0b4  [MCHECKSTYLE-129] Unable To Load configLocation From URL. use plexus-reource last SNAPSHOT version. and add an it.
 discard 079b7ff  [maven-release-plugin] prepare for next development iteration
 discard abba5a9  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.5
 discard c405b5a  fix checkstyle issues.
 discard 918653a  fix checkstyle issues.
 discard fbbbf2c  upgrade parent plugin
 discard e23720d  remove no more used repository
 discard 6b85de7  use plexus-resources 1.0-alpha-6 released version
 discard d2e41b3  remove extra debug logging statement.
 discard a72d9bb  checkstyle plugin is now 1.5
 discard 230430b  remove unused imports and unused private methods which has been moved.
 discard 37ce636  quiet logging (info -> debug)
 discard 43bf607  add a comment on class loading hack for maven 2.x
 discard 37e398b  [MCHECKSTYLE-123] refactoring to prevent duplicate codes.
 discard 29c4961  remove unused imports.
 discard f9bd7d7  fix it. Add a LICENSE.TXT (before maven 3 the one from the maven distrib was used)
 discard 1c8a68e  remove System.out
 discard 740a087  [MCHECKSTYLE-123]  remove use of Serviceable (to be compatible wih maven 3.x). Start some refactoring by creating a new component which will execute checkstyle to prevent check mojo to call report (@execute goal="checkstyle") work in progress (other things to check for mvn 3.x)
 discard fd7c696  [maven-release-plugin] prepare for next development iteration
 discard 864c070  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.4
 discard 85e391c  [maven-release-plugin] rollback the release of maven-checkstyle-plugin-2.4
 discard dda3c4e  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.4
 discard 1967f57  Upgraded parent to maven-plugins:16
 discard 4e486c9  [MCHECKSTYLE-125] Update to maven-reporting-impl-2.0.4.3
 discard b5e1469  remove unused imports.
 discard 6fc9d40  [MCHECKSTYLE-122] Add Portuguese (Brazil) translation Submitted by: Taciano Tres Reviewed by: Dennis Lundberg
 discard d0848c2  o Add the l10n-maven-plugin to keep track of localizations
 discard 6581ade  [MCHECKSTYLE-124] Add Swedish translation
 discard c9ca0dc  o Fixed POM problems
 discard 0a52a28  [MCHECKSTYLE-105] Update to Checkstyle 5.0
 discard 505b111  o Disabled JavadocPackage module for Maven projects which was accidentally enabled in r825243
 discard 491e55f  [MCHECKSTYLE-105] Update to Checkstyle 5.0 Submitted by: Felix Röthenbacher, Ben Speakmon and Max Berger Reviewed by: Dennis Lundberg
 discard 7fc7b08  o Document which version of Checkstyle is being used.
 discard 36f8358  o Updated to maven-invoker-plugin:1.4
 discard c1d16bc  use invoker plugin released version
 discard 7d4e1f3  upgrade parent version to ensure source-release is automatic.
 discard df40271  o Inherited from maven-plugins:14
 discard dad8264  [MCHECKSTYLE-123] start some refactoring with moving rss generation to a dedicated component.
 discard f891ff4  use 1.4-SNAPSHOT to prevent MINVOKER-78
 discard af89751  add an it for goal checkstyle:checkstyle
 discard ee352df  fix snapshots url
 discard c39ddc0  Strengthened IT check
 discard c069091  add a basic checkstyle report it.
 discard 3df3ed2  remove release profile which is now in parent pom.
 discard 310d2eb  removed dead code
 discard a5128de  enable it for maven 3. currently some failed see MCHECKSTYLE-123
 discard 8626ed6  add license header
 discard 4f30ad7  o added current checkstyle version in the reporting profile
 discard 8de5220  o javadoc
 discard c70673e  MCHECKSTYLE-120: Bump to Doxia 1.0
 discard e806535  o replaced deprecated import
 discard 67206c2  MCHECKSTYLE-119: Review the Doxia Sink calls
 discard 8d82f6d  o fixed ambiguous links o added Doxia xsd
 discard 7c28d0d  o filtering version in doc
 discard ca51bdf  [maven-release-plugin] prepare for next development iteration
 discard 6ea709c  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.3
 discard cc247b8  [MCHECKSTYLE-113] Set the number of accepted violations for checkstyle:check
 discard c2a5491  [MCHECKSTYLE-113] Set the number of accepted violations for checkstyle:check Submitted by: Enno Reviewed by: Dennis Lundberg
 discard c8e1211  [MCHECKSTYLE-98] Maven Checkstyle is too strict and not follow Maven's team conventions! Submitted by: Vincent Siveton Reviewed by: Dennis Lundberg
 discard 7b5c894  [MCHECKSTYLE-114] Add an ASF-compliant source release assembly
 discard 94166f2  o Add a property to hold the version of Maven core dependencies.
 discard cb66d87  o Follow our plugin documentation guidelines.
 discard 16e9ef9  o Add xml schema declarations.
 discard 9236fce  o Improve Javadoc.
 discard 29a027b  o Add SVN properties for bugtraq
 discard 65947d3  [MCHECKSTYLE-110] option to redirect checktyle violations to console for quick review
 discard 2d31505  [MCHECKSTYLE-101] velocity get intialized even with skip=true
 discard de88896  revert MCHEKSTYLE-105
 discard 4eadece  [MCHECKSTYLE-110] option tot redirect checkstyle violations to the console
 discard 53d332c  maintenance branch for chekstyle plugin to still support Java 1.4
 discard 0558537  MCHECKSTYLE-105 + MCHECKSTYLE-101
 discard 3560182  used http://maven.apache.org/xsd/* for schema location
 discard 6cc80b7  used http://maven.apache.org/xsd/* for schema location
 discard 80c56bf  o Inherited from maven-plugins:13
 discard 6a5fd30  o Inherited from maven-plugins:13
 discard 6e83e1e  use the latest parents
 discard 1c0e835  use the latest parents
 discard 2cc01ec  o Avoided deprecated syntax @parameter expression="${component...}"
 discard b9beee0  o Avoided deprecated syntax @parameter expression="${component...}"
 discard 8e2c79d  o Fixed svn:keywords
 discard 6497399  o Fixed svn:keywords
 discard 1261b27  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
 discard 7bb96f5  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
 discard 7ce89e0  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
 discard 7915577  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
 discard 2c8ea3f  upgrade plexus-utils to 1.5.6
 discard 3f8ea4c  upgrade plexus-utils to 1.5.6
 discard 8c74c2b  avoid warnings during unit-tests because encoding parameter not set
 discard 5cfb8a1  avoid warnings during unit-tests because encoding parameter not set
 discard 25a411e  o Removed inherited stuff
 discard b0a1c27  o Removed inherited stuff
 discard 303cdca  o Formatted/reordered POM
 discard 5d1c43a  o Formatted/reordered POM
 discard f6537fa  o Inherited from maven-plugins:12
 discard a257c83  o Inherited from maven-plugins:12
 discard e488ffb  o Updated index page of plugin site
 discard 3f7a6d0  o Updated index page of plugin site
 discard c21c945  o Explicitly stated UTF-8 as file encoding o Updated license header
 discard 5dc7f8b  o Explicitly stated UTF-8 as file encoding o Updated license header
 discard 25e96ae  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
 discard 42da6a7  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
 discard 755fb4f  o Unified plugin name
 discard 16ad80d  o Unified plugin name
 discard 16778e6  o Updated index page of plugin site
 discard dec7444  o Updated index page of plugin site
 discard d499066  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
 discard 216d788  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
 discard 72900d0  o Added some integration tests
 discard 3978bee  o Added some integration tests
 discard cc2282c  o Added project description
 discard 8fdb4aa  o Added project description
 discard a25f555  o Reordered POM
 discard a7825b6  o Reordered POM
 discard 54231ce  o Added stub IT profile to highlight plugins during CI
 discard 3e06279  o Added stub IT profile to highlight plugins during CI
 discard 5ecac94  Try to use the 12-SNAPSHOT parent
 discard 2606f6a  Try to use the 12-SNAPSHOT parent
 discard a8186a5  o Excluded some more not so magic numbers
 discard 113e2a3  o Excluded some more not so magic numbers
 discard 252cf5a  [maven-release-plugin] prepare for next development iteration
 discard bb866d5  [maven-release-plugin] prepare for next development iteration
 discard 731842d  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.2
 discard 91b33db  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.2
 discard 9ce74f5  [MCHECKSTYLE-63] The local absolute path to the headerLocation file is output in the report
 discard 4ba0672  [MCHECKSTYLE-63] The local absolute path to the headerLocation file is output in the report
 discard 27fbdde  o Excluded some every day numbers from the MagicNumber check, its false positives are simply annoying
 discard e2f41b1  o Excluded some every day numbers from the MagicNumber check, its false positives are simply annoying
 discard 2880704  [MCHECKSTYLE-95] Allow to configure file encoding for source files
 discard dc8b46b  [MCHECKSTYLE-95] Allow to configure file encoding for source files
 discard f1715d0  [MCHECKSTYLE-86] Lock down encoding used to read source files
 discard 1bfa91f  [MCHECKSTYLE-86] Lock down encoding used to read source files
 discard 9d208bc  o Added bin to svn:ignore
 discard d7e9b13  o Added bin to svn:ignore
 discard 647a9d6  [MCHECKSTYLE-90] Checkstyle-2.2-SNAPSHOT not working with Maven 2.0.9
 discard f2ec6f8  [MCHECKSTYLE-90] Checkstyle-2.2-SNAPSHOT not working with Maven 2.0.9
 discard 6618f4f  o Use plugins parent 11.
 discard 66c6a80  o Use plugins parent 11.
 discard 648f3a0  [MCHECKSTYLE-87] Use Release 4.4 of Checkstyle
 discard 5056bbe  [MCHECKSTYLE-87] Use Release 4.4 of Checkstyle
 discard 9df8720  [MCHECKSTYLE-86] Lock down encoding used to read source files Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard 554366d  [MCHECKSTYLE-86] Lock down encoding used to read source files Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard 35dbbe5  o No longer necessary when we use the remote resources plugin.
 discard 8890cec  o No longer necessary when we use the remote resources plugin.
 discard f7dee88  Remove manual NOTICE.txt file. This is created automatically.
 discard e6e647b  Remove manual NOTICE.txt file. This is created automatically.
 discard 3be8c83  o Adapt maven_checks.xml to how we currently code:   - Allow empty blocks that contains only text, like a comment.   - Allow protected member variables.
 discard 8c2d545  o Adapt maven_checks.xml to how we currently code:   - Allow empty blocks that contains only text, like a comment.   - Allow protected member variables.
 discard 63a3149  o Match the contents of packagenames.xml to the file that comes in the Checkstyle jar.
 discard 885beb0  o Match the contents of packagenames.xml to the file that comes in the Checkstyle jar.
 discard 029da05  o Rewrite most of the texts and replace the configuration examples with ones that work.
 discard 754a65d  o Rewrite most of the texts and replace the configuration examples with ones that work.
 discard 018bf72  o Fix the configuration so that it works for both 'mvn site' and 'mvn checkstyle:check'.
 discard be26060  o Fix the configuration so that it works for both 'mvn site' and 'mvn checkstyle:check'.
 discard 8cc366f  [MCHECKSTYLE-69] Improve documentation related to custom developed Checkstyle check modules
 discard 1006779  [MCHECKSTYLE-69] Improve documentation related to custom developed Checkstyle check modules
 discard 057e3e2  o Remove the sample report that isn't used any more.
 discard f4b32e8  o Remove the sample report that isn't used any more.
 discard 186657c  o Minor site tweaks.
 discard 9b3067f  o Minor site tweaks.
 discard 966bd8e  o Improve Javadoc.
 discard d3ec43d  o Improve Javadoc.
 discard a942fa5  o Fix an error reported by Checkstyle.
 discard 2f3ef97  o Fix an error reported by Checkstyle.
 discard de991cc  o Apply the latest license headers. o Change reference to apt format.
 discard 6192f1c  o Apply the latest license headers. o Change reference to apt format.
 discard f5782ac  [MCHECKSTYLE-45] It should be possible to configure checkstyle:check to fail on "warnings". Submitted by: Fabian Bauschulte Reviewed by: Dennis Lundberg
 discard 3b37df9  [MCHECKSTYLE-45] It should be possible to configure checkstyle:check to fail on "warnings". Submitted by: Fabian Bauschulte Reviewed by: Dennis Lundberg
 discard e8db958  [MCHECKSTYLE-40] Some checks need the compiled classes (for instance JavadocMethod)
 discard 6d97e72  [MCHECKSTYLE-40] Some checks need the compiled classes (for instance JavadocMethod)
 discard 89374fa  [MCHECKSTYLE-54] checkstyle:check does not see provided scope dependencies
 discard edb6248  [MCHECKSTYLE-54] checkstyle:check does not see provided scope dependencies
 discard 29f8ee4  [MCHECKSTYLE-82] Clarify usage of outputDirectory parameter Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard bb4a59e  [MCHECKSTYLE-82] Clarify usage of outputDirectory parameter Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard f259e53  [MCHECKSTYLE-85] Make tests platform-independent Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard 3fb90ec  [MCHECKSTYLE-85] Make tests platform-independent Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard 87fa93b  [MCHECKSTYLE-48] regression: report generation doesn't work while dealing with the header file
 discard c5d85cb  [MCHECKSTYLE-48] regression: report generation doesn't work while dealing with the header file
 discard a8b4e50  [MCHECKSTYLE-83] Checkstyle report showing a check as Error when it is Warning
 discard faa4ff5  [MCHECKSTYLE-83] Checkstyle report showing a check as Error when it is Warning
 discard b6bf81d  [MCHECKSTYLE-69] Improve documentation related to custom developed Checkstyle check modules
 discard 3526a38  [MCHECKSTYLE-69] Improve documentation related to custom developed Checkstyle check modules
 discard c7d826d  [MCHECKSTYLE-84] Disabled "HiddenField" check Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard 2ff9deb  [MCHECKSTYLE-84] Disabled "HiddenField" check Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard e5bb5a8  [MCHECKSTYLE-59] Checkstyle Report fails if propertyExpansion contains backslash characters
 discard 79884ad  [MCHECKSTYLE-59] Checkstyle Report fails if propertyExpansion contains backslash characters
 discard b180655  [MCHECKSTYLE-80] Add german translation Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard 3ebce12  [MCHECKSTYLE-80] Add german translation Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard 9ef2611  [MCHECKSTYLE-81] Add dedicated resource bundle for locale "en" Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard 4ce2acf  [MCHECKSTYLE-81] Add dedicated resource bundle for locale "en" Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
 discard cb92b8b  Allow more laxity about the number of spaces before the URL
 discard 9db7e0e  Allow more laxity about the number of spaces before the URL
 discard 5855a38  o Add used but undeclared dependencies.
 discard 33c700f  o Add used but undeclared dependencies.
 discard 1dd85c2  o Sort pom elements.
 discard 0474709  o Sort pom elements.
 discard 0a4913b  o Make sure that the pom doesn't need to be rewritten during release, by altering the project tag. This prevents the license header from being removed.
 discard 430162a  o Make sure that the pom doesn't need to be rewritten during release, by altering the project tag. This prevents the license header from being removed.
 discard 08f7dc5  o Update to plugin-parent-10.
 discard d6e9d24  o Update to plugin-parent-10.
 discard bfb095c  o Add more @since tags.
 discard 8c5cc25  o Add more @since tags.
 discard b9564ef  read XML file as UTF-8 (instead of platform encoding)
 discard ec8d426  read XML file as UTF-8 (instead of platform encoding)
 discard c4a9025  [MCHECKSTYLE-68] Use Release 4.3 of Checkstyle
 discard 4c520f1  [MCHECKSTYLE-68] Use Release 4.3 of Checkstyle
 discard 8aa5869  o Fix errors reported by Checkstyle.
 discard 4bb1b00  o Fix errors reported by Checkstyle.
 discard fd13b6b  [MCHECKSTYLE-74] invalid report heading html Submitted by: Cliffano Subagio Reviewed by: Dennis Lundberg
 discard fa62682  [MCHECKSTYLE-74] invalid report heading html Submitted by: Cliffano Subagio Reviewed by: Dennis Lundberg
 discard be5d872  Add url path so url configLocations will work
 discard 33da568  Add url path so url configLocations will work
 discard 752e8cd  o Add @since annotation for the skip parameter. o Minor adjustments to JavaDocs.
 discard 9ad680b  o Add @since annotation for the skip parameter. o Minor adjustments to JavaDocs.
 discard 6b946f6  Fix problem with not actually using suppression file
 discard f1596b7  Fix problem with not actually using suppression file
 discard 66e8cf9  [MCHECKSTYLE-65] Set contextClassLoader before trying to locate resources
 discard 69b0b11  [MCHECKSTYLE-65] Set contextClassLoader before trying to locate resources
 discard af4bc9a  Fix problem with NullPointerException if no suppression file is specified
 discard 5340069  Fix problem with NullPointerException if no suppression file is specified
 discard 213f19b  MCHECKSTYLE-71 - added skip flag
 discard d3bac2e  MCHECKSTYLE-71 - added skip flag
 discard a086ae0  MCHECKSTYLE-71 - added skip flag
 discard c911f5a  MCHECKSTYLE-71 - added skip flag
 discard f656042  [MCHECKSTYLE-67] Updated * documentation * plugin documentation * set default-value for suppressionsFileExpression
 discard e8d562a  [MCHECKSTYLE-67] Updated * documentation * plugin documentation * set default-value for suppressionsFileExpression
 discard 1af61c3  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
 discard fd83771  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
 discard 965a18d  o updating to latest released parent
 discard 5cafbdd  o updating to latest released parent
 discard 328bc9e  o Add some leading whitespace before the URL to match exactly the license template at http://www.apache.org/legal/src-headers.html
 discard 230656b  o Add some leading whitespace before the URL to match exactly the license template at http://www.apache.org/legal/src-headers.html
 discard 125ab00  updated maven checkstyle header check to match apache license.
 discard e645e6f  updated maven checkstyle header check to match apache license.
 discard 03be497  o using the plexus-resources component instead of the Locator copied in three plugins: clover, pmd, checkstyle. An experiment   vicent and i tried here to measure the real cost of duplicated code.
 discard c6ecb21  o using the plexus-resources component instead of the Locator copied in three plugins: clover, pmd, checkstyle. An experiment   vicent and i tried here to measure the real cost of duplicated code.
 discard 413bf69  o updating with the correct headers
 discard 28c89a3  o updating with the correct headers
 discard f9e1a4c  o updating so that this will work with the remote resources plugin
 discard 7acbf90  o updating so that this will work with the remote resources plugin
 discard 5ab58af  Improve error reporting
 discard 1baff4c  Improve error reporting
 discard a4e83a3  o Fix the Checkstyle error that I just introduced.
 discard 5b82340  o Fix the Checkstyle error that I just introduced.
 discard 4a2d42b  [MCHECKSTYLE-41] Rules summary count of duplicate JavadocMethod configurations are merged
 discard 2e86aa0  [MCHECKSTYLE-41] Rules summary count of duplicate JavadocMethod configurations are merged
 discard 714043f  [MCHECKSTYLE-56] Use Release 4.2 of Checkstyle.
 discard 421a767  [MCHECKSTYLE-56] Use Release 4.2 of Checkstyle.
 discard b7cd288  o Fix the remaining Checkstyle errors.
 discard 94e1f2b  o Fix the remaining Checkstyle errors.
 discard bfaebb9  o Set EOL style to native.
 discard 39f8e84  o Set EOL style to native.
 discard 172f689  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
 discard 8531e6f  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
 discard 79cc760  Conforming to Apache Process. * Adding LICENSE and NOTICE file for maven-checkstyle-plugin.
 discard 0b0d620  Conforming to Apache Process. * Adding LICENSE and NOTICE file for maven-checkstyle-plugin.
 discard 68d72f9  * Adding Apache Process LICENSE and HEADER files. * Adding super-pom build/resources entry to allow tests to succeed.
 discard 763670d  * Adding Apache Process LICENSE and HEADER files. * Adding super-pom build/resources entry to allow tests to succeed.
 discard c99b78d  [MCHECKSTYLE-60] Localization of checkstyle report & Frech localization files.
 discard 610797e  [MCHECKSTYLE-60] Localization of checkstyle report & Frech localization files.
 discard cb95dbc  use inheritence and make all the site appearances consistent
 discard a298a9e  use inheritence and make all the site appearances consistent
 discard 4425275  update all parents
 discard fffb08c  update all parents
 discard 1d660f7  MCHECKSTYLE-47: Allow running checkstyle in test sources
 discard 1d88be7  MCHECKSTYLE-47: Allow running checkstyle in test sources
 discard 13c9d9e  MCHECKSTYLE-55: Wrong rules summary for GenericIllegalRegexp when message contains a quote
 discard bc0542d  MCHECKSTYLE-55: Wrong rules summary for GenericIllegalRegexp when message contains a quote
 discard 31bbd9e  MCHECKSTYLE-58: Tests fail on non-English JVM
 discard 6229d21  MCHECKSTYLE-58: Tests fail on non-English JVM
 discard fc9e7c6  [MCHECKSTYLE-50] Sort the files and details in the report.
 discard 602a7ee  [MCHECKSTYLE-50] Sort the files and details in the report.
 discard 91b8a55  MSITE-138: site:stage does not create xref
 discard f5473d7  MSITE-138: site:stage does not create xref
 discard 301d821  MCHECKSTYLE-53: Cannot copy static resources on windows
 discard 4af267f  MCHECKSTYLE-53: Cannot copy static resources on windows
 discard f900874  Added license agreements in the plugin docs.
 discard 20bc4e5  Added license agreements in the plugin docs.
 discard e4d7ff3  o Fix typo in documentation.
 discard f31e80f  o Fix typo in documentation.
 discard 57d354c  o Set EOL style to native.
 discard f14d51a  o Set EOL style to native.
 discard c4e3939  Revised plugin docs according to the review comments.
 discard de69555  Revised plugin docs according to the review comments.
 discard 47dbd84  Revised documentation.
 discard 0b37b49  Revised documentation.
 discard 11ac76e  PR: MCHECKSTYLE-49
 discard fe81f20  PR: MCHECKSTYLE-49
 discard ddb874f  MNG-2460: Incorrect POM inheritance for plugins
 discard 73d8875  MNG-2460: Incorrect POM inheritance for plugins
 discard 6b155c1  Print working dir when checkstyle.xml is not found. Can help in diagnosing relative paths problems.
 discard 7319b93  Print working dir when checkstyle.xml is not found. Can help in diagnosing relative paths problems.
 discard da34163  Ignore TODO in line length, allow inline conditionals
 discard cc83a3b  Ignore TODO in line length, allow inline conditionals
 discard 6566393  Ignore @todo in line length, use space in for iterator
 discard cd5a4b5  Ignore @todo in line length, use space in for iterator
 discard 5c38537  Improve headerLocation javadoc
 discard d79dc95  Improve headerLocation javadoc
 discard b82ff2b  Externalize and improve the header checkings
 discard 7d6a896  Externalize and improve the header checkings
 discard 9f01001  Use shorter lines to improve reading
 discard 98323ef  Use shorter lines to improve reading
 discard fb7abb5  Checkstyle and PMD refactorings
 discard b5ec760  Checkstyle and PMD refactorings
 discard 2fe215a  Use more realistic maven rules
 discard 5b14d83  Use more realistic maven rules
 discard 9b6fa64  PR: MCHECKSTYLE-35
 discard a3e80cf  PR: MCHECKSTYLE-35
 discard 210927c  fixed html tags for site/javadoc that cause site generation to fail
 discard 6de22c9  fixed html tags for site/javadoc that cause site generation to fail
 discard e3bf58f  [maven-release-plugin] prepare for next development iteration
 discard 34a4fb9  [maven-release-plugin] prepare for next development iteration
 discard 62d955d  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.1
 discard f7288c7  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.1
 discard 41f8269  use released version
 discard fa51738  use released version
 discard ce2184c  remove release.properties from ignores
 discard a8e3e12  remove release.properties from ignores
 discard ec7ac02  Fixed a bug in the test xml file that creates a folder about the checkstyle plugin's dir
 discard 0463a3c  Fixed a bug in the test xml file that creates a folder about the checkstyle plugin's dir
 discard 709b6d3  PR: MCHECKSTYLE-39
 discard 777bc2a  PR: MCHECKSTYLE-39
 discard 4d3689f  PR: MCHECKSTYLE-39
 discard 4fcc5b0  PR: MCHECKSTYLE-39
 discard 78b41bd  PR: MCHECKSTYLE-39
 discard 6337413  PR: MCHECKSTYLE-39
 discard 3ba4b95  PR: MCHECKSTYLE-39
 discard d9f1921  PR: MCHECKSTYLE-39
 discard bae653c  PR: MCHECKSTYLE-39
 discard c04ca5e  PR: MCHECKSTYLE-39
 discard a4a6e13  [MCHECKSTYLE-38] only show violations on errors
 discard a5b4fbc  [MCHECKSTYLE-38] only show violations on errors
 discard 4bda690  clean up surefire report and make xref location consistent with checkstyle
 discard cf3cdf9  clean up surefire report and make xref location consistent with checkstyle
 discard 2905401  improve xref resolution
 discard e1328b3  improve xref resolution
 discard 16e62ed  PR: MCHECKSTYLE-37
 discard 4caf83b  PR: MCHECKSTYLE-37
 discard 5c8f736  PR: MCHECKSTYLE-34
 discard b715b4c  PR: MCHECKSTYLE-34
 discard dd424b1  Removed doxiaHack methods after MNG-1744 fix. Added prerequisite in pom.xml
 discard 7e90cc6  Removed doxiaHack methods after MNG-1744 fix. Added prerequisite in pom.xml
 discard 1eba275  Applied code formatting
 discard 175bb42  Applied code formatting
 discard 8c1c497  PR: MCHECKSTYLE-33 Submitted by: John Allen
 discard 87eb7eb  PR: MCHECKSTYLE-33 Submitted by: John Allen
 discard f02bd30  set default xref location
 discard 369de18  set default xref location
 discard b6891c2  Fix pom
 discard 1cdfc20  Fix pom
 discard 1ff42c2  remove duplicate entries
 discard 8aaee00  remove duplicate entries
 discard 8493a1f  adjust parent POMs
 discard c377ea0  adjust parent POMs
 discard b58cc9e  Use system dependant end-of-line
 discard 043a1f9  Use system dependant end-of-line
 discard 90371d6  [maven-release-plugin] prepare for next development iteration
 discard e5e25bf  [maven-release-plugin] prepare for next development iteration
 discard bc20749  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.0
 discard 327013f  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.0
 discard 5e1e8df  correct configuration for plugin dependencies
 discard e3bd19f  correct configuration for plugin dependencies
 discard fc6677f  depends on maven-plugin-parent 2.0.1 (2.0 has wrong scm url)
 discard ce1074e  depends on maven-plugin-parent 2.0.1 (2.0 has wrong scm url)
 discard 66ca8c1  fix issue management link and add myself as a developer
 discard d72d33c  fix issue management link and add myself as a developer
 discard 48a2ee8  MCHECKSTYLE-29 Checkstyle violations should link to Xref if available Submitted by: Nick Giles
 discard e69f034  MCHECKSTYLE-29 Checkstyle violations should link to Xref if available Submitted by: Nick Giles
 discard 3b7b561  rollback previous change, but leave the plugin dependency configured in the <build> section. The suggested pom is valid but this DOESN'T work actually, and can't be used for site reports.
 discard 5bcec46  rollback previous change, but leave the plugin dependency configured in the <build> section. The suggested pom is valid but this DOESN'T work actually, and can't be used for site reports.
 discard 024b580  MCHECKSTYLE-31 documentation issue, pom snippet invalid
 discard d518d5e  MCHECKSTYLE-31 documentation issue, pom snippet invalid
 discard 346abe8  add section header for details, fix anchors
 discard d202aeb  add section header for details, fix anchors
 discard 983a7b3  MCHECKSTYLE-28 make console output optional New consoleOutput parameter
 discard f711100  MCHECKSTYLE-28 make console output optional New consoleOutput parameter
 discard cef280a  remove log4j as the classloader has been fixed PR: MCHEKSTYLE-24
 discard b8f4fe3  remove log4j as the classloader has been fixed PR: MCHEKSTYLE-24
 discard ea8c90e  MCHECKSTYLE-26 don't throw an exception when there are no sources and the checkstyle goal did not generate an output file
 discard 79eca70  MCHECKSTYLE-26 don't throw an exception when there are no sources and the checkstyle goal did not generate an output file
 discard 1767d9d  MCHECKSTYLE-25 don't throw errors if the plugin is not run as a report and a source folder doesn't exist
 discard ab8ca6d  MCHECKSTYLE-25 don't throw errors if the plugin is not run as a report and a source folder doesn't exist
 discard ef0262c  don't recommend using extensions, they are resolved too early and put into the main classloader which is bound to cause pain. if it doesn't work as a plugin dependency, we should fix that.
 discard 1c08eb0  don't recommend using extensions, they are resolved too early and put into the main classloader which is bound to cause pain. if it doesn't work as a plugin dependency, we should fix that.
 discard 947a379  don't add sections for files without warnings
 discard 656aacf  don't add sections for files without warnings
 discard f219a60  the list returned by Arrays.asList() doesn't support remove() (java.lang.UnsupportedOperationException at java.util.AbstractList.remove()), wrapping it in an ArrayList
 discard 608fd3d  the list returned by Arrays.asList() doesn't support remove() (java.lang.UnsupportedOperationException at java.util.AbstractList.remove()), wrapping it in an ArrayList
 discard 1f880f3  make project classes accessible to checkstyle during check (required for exception-related checks)
 discard 2ad6de6  make project classes accessible to checkstyle during check (required for exception-related checks)
 discard 72cd4f7  hack for MCHECKSTYLE-10 checkstyle always use the thread context classloader for resources, so we have to fix it...
 discard cb358ea  hack for MCHECKSTYLE-10 checkstyle always use the thread context classloader for resources, so we have to fix it...
 discard 29f9786  Set correct svn properties
 discard fcc2fc4  Set correct svn properties
 discard b893f80  Upgrade dependencies
 discard 22c7b7b  Upgrade dependencies
 discard c43d9f0  PR: MNG-1809 Submitted by: Joakim Erdfelt
 discard 150cf79  PR: MNG-1809 Submitted by: Joakim Erdfelt
 discard 04bcf9e  PR: MNG-1749 Submitted by: Joakim Erdfelt
 discard 6031367  PR: MNG-1749 Submitted by: Joakim Erdfelt
 discard 09b00ee  Removing defaultHeaderFile parameter, and computing the default value of headerFile (${basedir}/LICENSE.txt) by hand to see if it has the default value or has been changed (in which case, it needs to be considered for merging with headerLocation).
 discard 10b23e1  Removing defaultHeaderFile parameter, and computing the default value of headerFile (${basedir}/LICENSE.txt) by hand to see if it has the default value or has been changed (in which case, it needs to be considered for merging with headerLocation).
 discard cd1d192  Adding runtime dep on log4j to prevent commons-logging from crapping out.
 discard 58dc431  Adding runtime dep on log4j to prevent commons-logging from crapping out.
 discard 911a768  PR: MNG-1113 Submitted By: Joakim Erdfelt Reviewed By: John Casey
 discard 92e1fd5  PR: MNG-1113 Submitted By: Joakim Erdfelt Reviewed By: John Casey
 discard e64797e  PR: MNG-1579 Submitted By: John Casey
 discard 8cc4a2f  PR: MNG-1579 Submitted By: John Casey
 discard 501b76d  update dependencies
 discard 5b55d9c  update dependencies
 discard e2654db  Set correct subversion properties
 discard 7b2ace1  Set correct subversion properties
 discard 5896585  move plugins
 discard 7986f68  move plugins
 discard fd687a4  MNG-1224: Added missing keys in the French bundle. Thanks to Fabrice BELLINGARD.
 discard 9440301  MNG-1224: Added missing keys in the French bundle. Thanks to Fabrice BELLINGARD.
 discard 50bd83f  Reverted dependency version back to 2.0 as asked by Brett since this blocks releases for this plugin until maven 2.0.1 is released.
 discard 1c14ec6  Reverted dependency version back to 2.0 as asked by Brett since this blocks releases for this plugin until maven 2.0.1 is released.
 discard cc7f7f2  Bumped version for reporting-impl since that version correctly excludes plexus-utils. The group renaming adds both 1.0.2 (old groupId) and 1.0.4 (new groupId) to the compilation classpath, which makes this build fail.
 discard e9d96db  Bumped version for reporting-impl since that version correctly excludes plexus-utils. The group renaming adds both 1.0.2 (old groupId) and 1.0.4 (new groupId) to the compilation classpath, which makes this build fail.
 discard 7372a42  cleanup some unused fields
 discard 7c32ef1  cleanup some unused fields
 discard d31a4c6  ignore
 discard 58d95a4  ignore
 discard 61e47aa  MNG-1216, MNG-1239: Add a default bundle (safety) for assembly-plugin, pmd-plugin, clover-plugin, site-plugin
 discard a941e24  MNG-1216, MNG-1239: Add a default bundle (safety) for assembly-plugin, pmd-plugin, clover-plugin, site-plugin
 discard f154b41  [maven-release-plugin] prepare for next development iteration
 discard 4a1a771  [maven-release-plugin] prepare for next development iteration
 discard 6510898  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.0-beta-1
 discard 1b447ac  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.0-beta-1
 discard 3afb37b  PR: MNG-1195 Submitted by: Edwin Punzalan Fix validation of generated HTML
 discard 5ed1b93  PR: MNG-1195 Submitted by: Edwin Punzalan Fix validation of generated HTML
 discard 5ce0164  PR: MNG-829 Submitted by: Johnny R. Ruiz III use File for basedir aligned parameter
 discard 13accc1  PR: MNG-829 Submitted by: Johnny R. Ruiz III use File for basedir aligned parameter
 discard 741b0a1  update versions in plugins
 discard a19fac9  update versions in plugins
 discard 1c4d4d0  clean up MavenReportException uses
 discard 823e669  clean up MavenReportException uses
 discard 9e8a76c  PR: MNG-945 do not display reports that should not be generated in the navigation
 discard 863f35a  PR: MNG-945 do not display reports that should not be generated in the navigation
 discard afe6893  PR: MNG-1151 Submitted by: Edwin Punzalan rename sample report so it doesn't get overwritten by the real one
 discard 53d9bfe  PR: MNG-1151 Submitted by: Edwin Punzalan rename sample report so it doesn't get overwritten by the real one
 discard a359601  PR: MNG-1003 Submitted by: Edwin Punzalan refactoring checkstyle report
 discard 24f7392  PR: MNG-1003 Submitted by: Edwin Punzalan refactoring checkstyle report
 discard 4242a2d  set necessary prereqs and exclusions
 discard 2fdf98a  set necessary prereqs and exclusions
 discard 8543c03  PR: MNG-962 unify defaults excludes
 discard 2e9fe59  PR: MNG-962 unify defaults excludes
 discard 05e14fc  PR: MNG-1111 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter honour use file directive (output to a string which is logged). modifed: original patch used system.out
 discard 5091fe3  PR: MNG-1111 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter honour use file directive (output to a string which is logged). modifed: original patch used system.out
 discard 5397273  PR: MNG-1102 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter make default license location same as m1
 discard c63a1a7  PR: MNG-1102 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter make default license location same as m1
 discard 1234c27  typo fix
 discard f09013a  typo fix
 discard ec9cad1  use released versions
 discard 413e92a  use released versions
 discard d1132eb  PR: MNG-1034 use reporting for default output directory
 discard 70a68bf  PR: MNG-1034 use reporting for default output directory
 discard 7e71d28  PR: MNG-952 Submitted by: Allan Ramirez Reviewed by:  Brett Porter documentation for the checkstyle plugin
 discard e5903a7  PR: MNG-952 Submitted by: Allan Ramirez Reviewed by:  Brett Porter documentation for the checkstyle plugin
 discard dc42fe1  ignore release.properties and more
 discard 5e4877b  ignore release.properties and more
 discard 208ab39  [maven-release-plugin] prepare for next development iteration
 discard da9def1  [maven-release-plugin] prepare for next development iteration
 discard a7c4875  [maven-release-plugin] prepare release maven-checkstyle-2.0-alpha-2
 discard 6ca3a14  [maven-release-plugin] prepare release maven-checkstyle-2.0-alpha-2
 discard 2031a67  update dependency and parent versions
 discard c45da29  update dependency and parent versions
 discard 6441caa  Corrected getConfigFile() by specifying sun as default config file; added log4j.properties to remove warn for org.apache.commons.beanutils.BeanUtils; formated code; added copyright to pom.xml
 discard 68f0bc9  Corrected getConfigFile() by specifying sun as default config file; added log4j.properties to remove warn for org.apache.commons.beanutils.BeanUtils; formated code; added copyright to pom.xml
 discard b558cfd  o Adding newline at end of file.
 discard 8c78fd7  o Adding newline at end of file.
 discard 6681cf1  PR: MNG-819 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter Add maven1 features to the checkstyle plugin
 discard dc40a8b  PR: MNG-819 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter Add maven1 features to the checkstyle plugin
 discard 944f69f  remove unnecessary report components definitions
 discard 63b59ee  remove unnecessary report components definitions
 discard 6e21c75  PR: MNG-366 separate api from implementation keeping most of doxia, reporting and other libraries out of the core
 discard f06fa6a  PR: MNG-366 separate api from implementation keeping most of doxia, reporting and other libraries out of the core
 discard 755fd68  set eol style
 discard f52c77d  set eol style
 discard 3c3d0ea  move reports into maven-plugins
 discard d0d68b0  move reports into maven-plugins
 discard 2746d41  Update all versions to beta-1-SNAPSHOT
 discard c9a5b42  Update all versions to beta-1-SNAPSHOT
 discard b44b31e  Add missing files
 discard 6096bbd  Add missing files
 discard df1c89e  Add i18n translations
 discard 1c821bf  Add i18n translations
 discard cec0f19  Resolving: MNG-495
 discard 99916c4  Resolving: MNG-495
 discard f448828  PR: MNG-469
 discard f8e5e6d  PR: MNG-469
 discard 0339398  PR: MNG-469 configure reports according to spec: - <reporting> section affects reports run through site and standalone - <build> section affects reports run standalone and overrides anything already in <reporting> - command line parameters rule all
 discard c19ec10  PR: MNG-469 configure reports according to spec: - <reporting> section affects reports run through site and standalone - <build> section affects reports run standalone and overrides anything already in <reporting> - command line parameters rule all
 discard 4020a6d  o Internationalize site plugin generation. o Add french translation
 discard bc87742  o Internationalize site plugin generation. o Add french translation
 discard 1aad1d2  o Extends AbstractReport to AbstractMojo => we need now to create only one class for a report and a mojo o Start implementation of internationalization
 discard e57e038  o Extends AbstractReport to AbstractMojo => we need now to create only one class for a report and a mojo o Start implementation of internationalization
 discard f3669aa  Flush and close always sink.
 discard 077e397  Flush and close always sink.
 discard 75bd3b1  Clean imports
 discard ed43d3a  Clean imports
 discard 7619f3a  o Add a report parent pom o Reduce dependencies declaration
 discard 9111fd3  o Add a report parent pom o Reduce dependencies declaration
 discard 1dab9a6  o clean import o Use MavenProject instead of Model for obtain more informations
 discard 0bf018f  o clean import o Use MavenProject instead of Model for obtain more informations
 discard e9e313c  ignore idea files
 discard b91adee  ignore idea files
 discard b6d5f2e  check style report should save cache file to the correct output directory
 discard b44defd  check style report should save cache file to the correct output directory
 discard aaa7c6f  update dependencies to released versions
 discard f43565b  update dependencies to released versions
 discard c28581d  move reports to top level
 discard 6e8aa16  move reports to top level
 discard 0373c39  Fix copyResources calls
 discard 6ba0150  o Fix html generation o Categorize reports in "Project Info" and "Project Reports" o Generate overview page for "Project Info" and "Project Reports" pages
 discard 36938a1  Update to new reporting-api
 discard 3d3530d  Update to new reporting-api
 discard 3b4a5cb  o Use sink for generate the report o Define some default properties that use by checkstyle config file
 discard e63ee14  ignores target
 discard 3b4f4ee  Initial version of Checkstyle Plugin
     add a9a3704  move reports into maven-plugins
     add 179444a  set eol style
     add d33f070  PR: MNG-366 separate api from implementation keeping most of doxia, reporting and other libraries out of the core
     add 5a1a6cc  remove unnecessary report components definitions
     add f860d13  PR: MNG-819 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter Add maven1 features to the checkstyle plugin
     add 7c4d255  o Adding newline at end of file.
     add 9715cd2  Corrected getConfigFile() by specifying sun as default config file; added log4j.properties to remove warn for org.apache.commons.beanutils.BeanUtils; formated code; added copyright to pom.xml
     add 7b9850e  update dependency and parent versions
     add e6c9375  [maven-release-plugin] prepare release maven-checkstyle-2.0-alpha-2
     add 0db4e1d  [maven-release-plugin] prepare for next development iteration
     add a5f6475  PR: MNG-952 Submitted by: Allan Ramirez Reviewed by:  Brett Porter documentation for the checkstyle plugin
     add c84e228  PR: MNG-1034 use reporting for default output directory
     add baec1de  use released versions
     add a4ef77e  typo fix
     add ca25760  PR: MNG-1102 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter make default license location same as m1
     add ca4ba33  PR: MNG-1111 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter honour use file directive (output to a string which is logged). modifed: original patch used system.out
     add 3293b59  PR: MNG-962 unify defaults excludes
     add 6f82853  set necessary prereqs and exclusions
     add 213e675  PR: MNG-1003 Submitted by: Edwin Punzalan refactoring checkstyle report
     add d1c51b4  PR: MNG-1151 Submitted by: Edwin Punzalan rename sample report so it doesn't get overwritten by the real one
     add b24be68  PR: MNG-945 do not display reports that should not be generated in the navigation
     add 9d2782e  clean up MavenReportException uses
     add 4f6683e  update versions in plugins
     add bfcbb35  PR: MNG-829 Submitted by: Johnny R. Ruiz III use File for basedir aligned parameter
     add e73121d  PR: MNG-1195 Submitted by: Edwin Punzalan Fix validation of generated HTML
     add a5b47e9  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.0-beta-1
     add 9e4b59b  [maven-release-plugin] prepare for next development iteration
     add b80fa31  MNG-1216, MNG-1239: Add a default bundle (safety) for assembly-plugin, pmd-plugin, clover-plugin, site-plugin
     add 0d32e0f  cleanup some unused fields
     add 6cc5e78  Bumped version for reporting-impl since that version correctly excludes plexus-utils. The group renaming adds both 1.0.2 (old groupId) and 1.0.4 (new groupId) to the compilation classpath, which makes this build fail.
     add 63d6b1c  Reverted dependency version back to 2.0 as asked by Brett since this blocks releases for this plugin until maven 2.0.1 is released.
     add d71fec8  MNG-1224: Added missing keys in the French bundle. Thanks to Fabrice BELLINGARD.
     add 81ddfb2  update dependencies
     add 9dc790a  PR: MNG-1579 Submitted By: John Casey
     add 8f06761  PR: MNG-1113 Submitted By: Joakim Erdfelt Reviewed By: John Casey
     add 5f6a1c9  Adding runtime dep on log4j to prevent commons-logging from crapping out.
     add c7e31ad  Removing defaultHeaderFile parameter, and computing the default value of headerFile (${basedir}/LICENSE.txt) by hand to see if it has the default value or has been changed (in which case, it needs to be considered for merging with headerLocation).
     add cd365ce  PR: MNG-1749 Submitted by: Joakim Erdfelt
     add 40912a3  PR: MNG-1809 Submitted by: Joakim Erdfelt
     add 4ca2ac0  Upgrade dependencies
     add a51a732  Set correct svn properties
     add 7b25834  hack for MCHECKSTYLE-10 checkstyle always use the thread context classloader for resources, so we have to fix it...
     add 7b6750c  make project classes accessible to checkstyle during check (required for exception-related checks)
     add 3e199bf  the list returned by Arrays.asList() doesn't support remove() (java.lang.UnsupportedOperationException at java.util.AbstractList.remove()), wrapping it in an ArrayList
     add 465d4f7  don't add sections for files without warnings
     add 702228b  don't recommend using extensions, they are resolved too early and put into the main classloader which is bound to cause pain. if it doesn't work as a plugin dependency, we should fix that.
     add 54b2d09  MCHECKSTYLE-25 don't throw errors if the plugin is not run as a report and a source folder doesn't exist
     add 4df4e8f  MCHECKSTYLE-26 don't throw an exception when there are no sources and the checkstyle goal did not generate an output file
     add 37c2a77  remove log4j as the classloader has been fixed PR: MCHEKSTYLE-24
     add 70f7772  MCHECKSTYLE-28 make console output optional New consoleOutput parameter
     add dfaf4f0  add section header for details, fix anchors
     add 85468e7  MCHECKSTYLE-31 documentation issue, pom snippet invalid
     add 17b288f  rollback previous change, but leave the plugin dependency configured in the <build> section. The suggested pom is valid but this DOESN'T work actually, and can't be used for site reports.
     add 3e96b1d  MCHECKSTYLE-29 Checkstyle violations should link to Xref if available Submitted by: Nick Giles
     add 640eb51  fix issue management link and add myself as a developer
     add 357d3a9  depends on maven-plugin-parent 2.0.1 (2.0 has wrong scm url)
     add c976533  correct configuration for plugin dependencies
     add b351298  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.0
     add 48303a8  [maven-release-plugin] prepare for next development iteration
     add 6934271  Use system dependant end-of-line
     add 2d0caf7  adjust parent POMs
     add f7fa10c  remove duplicate entries
     add e01850e  Fix pom
     add 45a5e34  set default xref location
     add 74fc624  PR: MCHECKSTYLE-33 Submitted by: John Allen
     add 3502a7d  Applied code formatting
     add b6e42c5  Removed doxiaHack methods after MNG-1744 fix. Added prerequisite in pom.xml
     add 5062df3  PR: MCHECKSTYLE-34
     add 42c4833  PR: MCHECKSTYLE-37
     add 6ee3785  improve xref resolution
     add 6b6e29a  clean up surefire report and make xref location consistent with checkstyle
     add 1665ec1  [MCHECKSTYLE-38] only show violations on errors
     add 65022f1  PR: MCHECKSTYLE-39
     add c135b7a  PR: MCHECKSTYLE-39
     add ffa45db  PR: MCHECKSTYLE-39
     add 78d6a06  PR: MCHECKSTYLE-39
     add bf9f3cf  PR: MCHECKSTYLE-39
     add 28c4287  Fixed a bug in the test xml file that creates a folder about the checkstyle plugin's dir
     add 4a1bc01  use released version
     add 8d04fdc  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.1
     add e477a29  [maven-release-plugin] prepare for next development iteration
     add c7d3c09  fixed html tags for site/javadoc that cause site generation to fail
     add 2ff4f56  PR: MCHECKSTYLE-35
     add b94c702  Use more realistic maven rules
     add 8f8136b  Checkstyle and PMD refactorings
     add 104bc6b  Use shorter lines to improve reading
     add fbf1ab3  Externalize and improve the header checkings
     add c5c3d49  Improve headerLocation javadoc
     add f89a072  Ignore @todo in line length, use space in for iterator
     add def429e  Ignore TODO in line length, allow inline conditionals
     add 848022c  Print working dir when checkstyle.xml is not found. Can help in diagnosing relative paths problems.
     add 01a3fe3  MNG-2460: Incorrect POM inheritance for plugins
     add 00b4e9c  PR: MCHECKSTYLE-49
     add 05878ce  Revised documentation.
     add 5f53f6f  Revised plugin docs according to the review comments.
     add 0adc30a  o Fix typo in documentation.
     add eaa51a5  Added license agreements in the plugin docs.
     add 09ee6bd  MCHECKSTYLE-53: Cannot copy static resources on windows
     add 11e4cc8  MSITE-138: site:stage does not create xref
     add 1f78b86  [MCHECKSTYLE-50] Sort the files and details in the report.
     add 8c0d494  MCHECKSTYLE-58: Tests fail on non-English JVM
     add 25d440b  MCHECKSTYLE-55: Wrong rules summary for GenericIllegalRegexp when message contains a quote
     add afd13ce  MCHECKSTYLE-47: Allow running checkstyle in test sources
     add bbcecbf  update all parents
     add 3d79f74  use inheritence and make all the site appearances consistent
     add ea729f4  [MCHECKSTYLE-60] Localization of checkstyle report & Frech localization files.
     add b002a24  * Adding Apache Process LICENSE and HEADER files. * Adding super-pom build/resources entry to allow tests to succeed.
     add f934825  Conforming to Apache Process. * Adding LICENSE and NOTICE file for maven-checkstyle-plugin.
     add 1a514f6  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
     add 9f9e641  o Set EOL style to native.
     add aea909a  o Fix the remaining Checkstyle errors.
     add cd88d04  [MCHECKSTYLE-56] Use Release 4.2 of Checkstyle.
     add 892308b  [MCHECKSTYLE-41] Rules summary count of duplicate JavadocMethod configurations are merged
     add 9819f3a  o Fix the Checkstyle error that I just introduced.
     add 5762ea1  Improve error reporting
     add e04d802  o updating so that this will work with the remote resources plugin
     add ed6a5f2  o updating with the correct headers
     add 6a49baa  o using the plexus-resources component instead of the Locator copied in three plugins: clover, pmd, checkstyle. An experiment   vicent and i tried here to measure the real cost of duplicated code.
     add 21693ee  updated maven checkstyle header check to match apache license.
     add 798c8cf  o Add some leading whitespace before the URL to match exactly the license template at http://www.apache.org/legal/src-headers.html
     add 09aa102  o updating to latest released parent
     add a05ce15  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
     add 7138c3d  [MCHECKSTYLE-67] Updated * documentation * plugin documentation * set default-value for suppressionsFileExpression
     add 26c009e  MCHECKSTYLE-71 - added skip flag
     add 4c3a74e  MCHECKSTYLE-71 - added skip flag
     add ce683a4  Fix problem with NullPointerException if no suppression file is specified
     add 7a6db81  [MCHECKSTYLE-65] Set contextClassLoader before trying to locate resources
     add c7f1c17  Fix problem with not actually using suppression file
     add 342db44  o Add @since annotation for the skip parameter. o Minor adjustments to JavaDocs.
     add 31a36a8  Add url path so url configLocations will work
     add 0ae78a3  [MCHECKSTYLE-74] invalid report heading html Submitted by: Cliffano Subagio Reviewed by: Dennis Lundberg
     add 7989580  o Fix errors reported by Checkstyle.
     add 72c8c78  [MCHECKSTYLE-68] Use Release 4.3 of Checkstyle
     add ba40c01  read XML file as UTF-8 (instead of platform encoding)
     add 0255c74  o Add more @since tags.
     add 369bda9  o Update to plugin-parent-10.
     add 98724a3  o Make sure that the pom doesn't need to be rewritten during release, by altering the project tag. This prevents the license header from being removed.
     add 85e56ba  o Sort pom elements.
     add fcfd347  o Add used but undeclared dependencies.
     add 83caa86  Allow more laxity about the number of spaces before the URL
     add f288cad  [MCHECKSTYLE-81] Add dedicated resource bundle for locale "en" Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
     add bee200e  [MCHECKSTYLE-80] Add german translation Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
     add 5c728dc  [MCHECKSTYLE-59] Checkstyle Report fails if propertyExpansion contains backslash characters
     add c88b889  [MCHECKSTYLE-84] Disabled "HiddenField" check Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
     add ae04af2  [MCHECKSTYLE-69] Improve documentation related to custom developed Checkstyle check modules
     add 5ff8fa6  [MCHECKSTYLE-83] Checkstyle report showing a check as Error when it is Warning
     add 2d564bd  [MCHECKSTYLE-48] regression: report generation doesn't work while dealing with the header file
     add b727161  [MCHECKSTYLE-85] Make tests platform-independent Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
     add 46253da  [MCHECKSTYLE-82] Clarify usage of outputDirectory parameter Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
     add 8317931  [MCHECKSTYLE-54] checkstyle:check does not see provided scope dependencies
     add cad2083  [MCHECKSTYLE-40] Some checks need the compiled classes (for instance JavadocMethod)
     add 607eab3  [MCHECKSTYLE-45] It should be possible to configure checkstyle:check to fail on "warnings". Submitted by: Fabian Bauschulte Reviewed by: Dennis Lundberg
     add 7fa2cf7  o Apply the latest license headers. o Change reference to apt format.
     add ded5371  o Fix an error reported by Checkstyle.
     add e26b66c  o Improve Javadoc.
     add 46e1a38  o Minor site tweaks.
     add a776ec9  o Remove the sample report that isn't used any more.
     add 65e8984  [MCHECKSTYLE-69] Improve documentation related to custom developed Checkstyle check modules
     add 081464a  o Fix the configuration so that it works for both 'mvn site' and 'mvn checkstyle:check'.
     add b3c2eeb  o Rewrite most of the texts and replace the configuration examples with ones that work.
     add 69536fb  o Match the contents of packagenames.xml to the file that comes in the Checkstyle jar.
     add 8930838  o Adapt maven_checks.xml to how we currently code:   - Allow empty blocks that contains only text, like a comment.   - Allow protected member variables.
     add be4ccd6  Remove manual NOTICE.txt file. This is created automatically.
     add 80b192e  o No longer necessary when we use the remote resources plugin.
     add 1b2cb6f  [MCHECKSTYLE-86] Lock down encoding used to read source files Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
     add de4dcb3  [MCHECKSTYLE-87] Use Release 4.4 of Checkstyle
     add 306b216  o Use plugins parent 11.
     add 239c626  [MCHECKSTYLE-90] Checkstyle-2.2-SNAPSHOT not working with Maven 2.0.9
     add b8e071a  [MCHECKSTYLE-86] Lock down encoding used to read source files
     add 543dae3  [MCHECKSTYLE-95] Allow to configure file encoding for source files
     add 07056b3  o Excluded some every day numbers from the MagicNumber check, its false positives are simply annoying
     add 6a1e5c4  [MCHECKSTYLE-63] The local absolute path to the headerLocation file is output in the report
     add d2e37e6  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.2
     add a4481ec  [maven-release-plugin] prepare for next development iteration
     add 569a5e4  o Excluded some more not so magic numbers
     add f2a8080  Try to use the 12-SNAPSHOT parent
     add 1848956  o Added stub IT profile to highlight plugins during CI
     add 836bb25  o Reordered POM
     add 659c091  o Added project description
     add 853f33e  o Added some integration tests
     add c85b012  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
     add 5de591d  o Updated index page of plugin site
     add 68e3055  o Unified plugin name
     add de0dd12  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     add 6ccb321  o Explicitly stated UTF-8 as file encoding o Updated license header
     add 3809643  o Updated index page of plugin site
     add 26845d4  o Inherited from maven-plugins:12
     add f2733ac  o Formatted/reordered POM
     add cbc9946  o Removed inherited stuff
     add fee0203  avoid warnings during unit-tests because encoding parameter not set
     add da24a44  upgrade plexus-utils to 1.5.6
     add cb67963  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     add e4f2de0  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
     add 94ad495  o Avoided deprecated syntax @parameter expression="${component...}"
     add 16bfc51  use the latest parents
     add acdf4b8  o Inherited from maven-plugins:13
     add 1bcd62a  used http://maven.apache.org/xsd/* for schema location
     add e87ea8f  MCHECKSTYLE-105 + MCHECKSTYLE-101
     add 590429d  MCHECKSTYLE-110
     add 9fc03bd  revert MECLIPSE-105
     add cf4320d  revert MCHEKSTYLE-105
     add da25f42  [MCHECKSTYLE-101] velocity get intialized even with skip=true
     add defc0bd  [MCHECKSTYLE-110] option to redirect checktyle violations to console for quick review
     add de3ca3c  o Improve Javadoc.
     add 2282d55  o Add xml schema declarations.
     add 25a6b35  o Follow our plugin documentation guidelines.
     add 5ed6bde  o Add a property to hold the version of Maven core dependencies.
     add 7481241  o Add a source release assembly.
     add 7df9469  [MCHECKSTYLE-98] Maven Checkstyle is too strict and not follow Maven's team conventions! Submitted by: Vincent Siveton Reviewed by: Dennis Lundberg
     add a78be9d  [MCHECKSTYLE-113] Set the number of accepted violations for checkstyle:check Submitted by: Enno Reviewed by: Dennis Lundberg
     add 9b732bd  [MCHECKSTYLE-113] Set the number of accepted violations for checkstyle:check
     add 4b7fb00  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.3
     add 7246e2e  [maven-release-plugin] prepare for next development iteration
     add bf45bf2  o filtering version in doc
     add c45693d  o fixed ambiguous links o added Doxia xsd
     add edca6d8  MCHECKSTYLE-119: Review the Doxia Sink calls
     add 8e8f636  o replaced deprecated import
     add 115e34f  MCHECKSTYLE-120: Bump to Doxia 1.0
     add ad47b2e  o javadoc
     add eee98f2  o added current checkstyle version in the reporting profile
     add 83528b6  add license header
     add 02a9ce8  enable it for maven 3. currently some failed see MCHECKSTYLE-123
     add b8ac21b  removed dead code
     add b96d845  remove release profile which is now in parent pom.
     add 8ae5d2c  add a basic checkstyle report it.
     add a2e2389  Strengthened IT check
     add 4ae1163  fix snapshots url
     add 30c0fc7  add an it for goal checkstyle:checkstyle
     add c2ffcf2  use 1.4-SNAPSHOT to prevent MINVOKER-78
     add e47d437  [MCHECKSTYLE-123] start some refactoring with moving rss generation to a dedicated component.
     add ff56fe5  o Inherited from maven-plugins:14
     add 0f7f47c  upgrade parent version to ensure source-release is automatic.
     add 5fc22b7  use invoker plugin released version
     add 4ca79b8  o Updated to maven-invoker-plugin:1.4
     add 8f004fe  o Document which version of Checkstyle is being used.
     add 0ccf03b  [MCHECKSTYLE-105] Update to Checkstyle 5.0 Submitted by: Felix Röthenbacher, Ben Speakmon and Max Berger Reviewed by: Dennis Lundberg
     add 3d00d38  o Disabled JavadocPackage module for Maven projects which was accidentally enabled in r825243
     add f01b70c  [MCHECKSTYLE-105] Update to Checkstyle 5.0
     add aa335d7  o Fixed POM problems
     add 3dfba24  [MCHECKSTYLE-124] Add Swedish translation
     add fbb0afe  o Add the l10n-maven-plugin to keep track of localizations
     add fa8b12c  [MCHECKSTYLE-122] Add Portuguese (Brazil) translation
     add 60dc658  remove unused imports.
     add c1931d2  Upgraded maven-reporting-impl to 2.0.4.3 for MSHARED-120 fix
     add fc17fa1  Upgraded parent to maven-plugins:16
     add a86f435  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.4
     add 078957f  [maven-release-plugin] rollback the release of maven-checkstyle-plugin-2.4
     add 1954e9d  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.4
     add 37804d5  [maven-release-plugin] prepare for next development iteration
     add 03ee1f8  [MCHECKSTYLE-123]  remove use of Serviceable (to be compatible wih maven 3.x). Start some refactoring by creating a new component which will execute checkstyle to prevent check mojo to call report (@execute goal="checkstyle") work in progress (other things to check for mvn 3.x)
     add d7a8d89  remove System.out
     add 1c5d0f3  fix it. Add a LICENSE.TXT (before maven 3 the one from the maven distrib was used)
     add 97ab70c  remove unused imports.
     add 7e28f43  [MCHECKSTYLE-123] refactoring to prevent duplicate codes.
     add 73eca2d  add a comment on class loading hack for maven 2.x
     add 288ef64  quiet logging (info -> debug)
     add 8a2b2cf  remove unused imports and unused private methods which has been moved.
     add ba976e8  checkstyle plugin is now 1.5
     add 1c185fb  remove extra debug logging statement.
     add 8e1e6c2  use plexus-resources 1.0-alpha-6 released version
     add f93402c  remove no more used repository
     add db5ad6e  upgrade parent plugin
     add 86a8979  fix checkstyle issues.
     add 8ac5696  fix checkstyle issues.
     add a23cbf6  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.5
     add 51a12bd  [maven-release-plugin] prepare for next development iteration
     add 0266669  [MCHECKSTYLE-129] Unable To Load configLocation From URL. use plexus-reource last SNAPSHOT version. and add an it.
     add eefb736  [MCHECKSTYLE-130] multimodule project requires src/main/java after 2.5 update add an it test.
     add 67bd0e5  [MCHECKSTYLE-130] multimodule project requires src/main/java after 2.5 update add an other it test.
     add 3f0245d  [MCHECKSTYLE-130] multimodule project requires src/main/java after 2.5 update
     add badf764  [MCHECKSTYLE-131] Plugin can't use configLocation from parent.
     add 455e1ae  [MCHECKSTYLE-129] plexus-resources released version 1.0-alpha-7
     add 9f3fb33  remove plexus snapshot repo
     add 0da1950  remove non necessary code.
     add 217e591  Java 5 generics addition
     add 1537f70  updated reporting plugins dependencies: maven-reporting-api 3.0 and maven-reporting-impl 2.0.5
     add 62f53e8  Since the DefaultCheckstyleExecutor contains an object (ResourceManager) that holds onto state and must be per-lookup, the DefaultCheckstyleExecutor must also be per-lookup to be thread safe.
     add e5dd223  Fix the checkstyle it tests. This is really a complete hack to support MCHECKSTYLE-131 which, IMO, should not be supported.   Just because it worked at one point despite not falling into the documented and supported use cases does not, to me, mean we should really support it.
     add c3ad82f  upgrade parent version
     add 168a982  [MCHECKSTYLE-139]Add @threadSafe support for maven3 resolved some dependencies issues (add hack for org.codehaus.plexus.utils.interpolation) cannot be solved until doxia has upgraded to p-u 2.x and plexus-interpolation.
     add 2bfd4ec  use released version of maven-site-plugin
     add 463daf4  use last site plugin SNAPSHOT for maven 3 build
     add d7981e8  upgraded to released version of site plugin
     add c8de87e  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.6
     add 93a9145  [maven-release-plugin] prepare for next development iteration
     add acd26b5  o Fixed IT setup
     add 592df73  [MCHECKSTYLE-132] Upgrade to Checkstyle 5.3
     add f9f2be8  use last site plugin version for maven 3
     add 000b076  [MCHECKSTYLE-156] plugin fails to build on Mac OS
     add e35932e  fix relativePath to plugins parent and bump to latest parent for all plugins
     add c3ec26a  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
     add dd8149a  [MCHECKSTYLE-153] Checkstyle doesn't run on projects containing only test classes Submitted by: Bruce Mackenzie Nielsen Reviewed by: Dennis Lundberg
     add 44adef1  [MCHECKSTYLE-149] supressionsFileExpression does not work Submitted by: Idcmp Reviewed by: Dennis Lundberg
     add cba4f10  fixed errors reported by Checkstyle
     add e96c8c2  updated reporting configuration for Java 5
     add dcb508c  upgrade parent version remove m2e profile
     add c7dcfd7  [MCHECKSTYLE-162] Upgrade to checkstyle 5.4
     add c4d6e3f  Add a property to hold the Checkstyle version. Inject that property into the generated site.
     add 81465b6  [MCHECKSTYLE-163] Test classpath resolution fails in mvn check:check when includeTestSourceDirectory = true Submitted by Chris Whelan
     add fa80e05  fix some license headers
     add 039ee73  tab to spaces
     add 48c5130  fix checkstyle issue
     add 266a83b  ensure we close Stream
     add f89c9ea  preserve stack trace
     add e4dea3c  simplify with using Arrays.asList rather than a loop
     add e73c543  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.7
     add a42f12f  [maven-release-plugin] prepare for next development iteration
     add 93fd16a  add PackageInfo rule sample
     add d7b9dcb  [MCHECKSTYLE-159] Fix problem of checkstyle configs without cacheFile properties not working
     add fee22bd  [MCHECKSTYLE-62] Support aggregated reports in a multi-modules project Submitted by Antonio Petrelli.
     add 2ef417b  add missing @since 2.8
     add 465d8f8  [MCHECKSTYLE-62] Support aggregated reports in a multi-modules project: add it test
     add b979015  use site plugin 3.0
     add 72ea28d  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.8
     add 15bc7bb  [maven-release-plugin] prepare for next development iteration
     add c521f3c  [MCHECKSTYLE-62] added aggregate mojo in goals overview
     add 25e5717  [MCHECKSTYLE-165] Upgrade to checkstyle 5.5.
     add f54d618  [MCHECKSTYLE-168] checkstyle-aggregate give a wrong file count Submitted by Antonio Petrelli.
     add 05e8d1f  Fix MCHECKSTYLE-170: Test errors and failures on Windows
     add 77d239b  [MCHECKSTYLE-146] mvn checkstyle:checkstyle KO, Unable to find the mojo, org/apache/maven/doxia/logging/Log
     add c615e2b  [MCHECKSTYLE-152] encoding property in maven plugin is never set correctly to charset property of the checkstyle itself. Submitted by: Svetlomira Manova Reviewed by: Dennis Lundberg
     add e00a3b5  Update to maven-plugins:22.
     add 5636a1b  [MCHECKSTYLE-164] Multimodule Configuration example does not show how to configure build-tools pom
     add 5be8cf3  Fix error reported by Checkstyle.
     add b67a49f  [MCHECKSTYLE-145] maven-checkstyle-plugin 2.6 SinkFactory WARNING
     add f5e6fcc  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.9
     add 6a571c3  [maven-release-plugin] prepare for next development iteration
     add 812de84  [MCHECKSTYLE-173] Embedded error: Cannot set property 'charset' in module Checker to 'UTF-8,UTF-8': UTF-8,UTF-8
     add a90477e  [MCHECKSTYLE-173] Embedded error: Cannot set property 'charset' in module Checker to 'UTF-8,UTF-8': UTF-8,UTF-8
     add a20a6e7  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.9.1
     add 06380f5  [maven-release-plugin] prepare for next development iteration
     add bd6aef5  Rollback due to problems with svn during release.
     add d1999ef  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.9.1
     add ff6a586  [maven-release-plugin] prepare for next development iteration
     add 01c558d  [MCHECKSTYLE-175] Upgrade usage.htm to make it clear how configuration is done
     add 36fae83  fixed typos
     add 99aaab4  [MCHECKSTYLE-178] use maven-plugin-tools' java 5 annotations
     add 717ce12  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     add 56ec6c0  [MCHECKSTYLE-167] Unconfigured checkstyle plugin duplicates entries in aggregated report
     add 36f3fe2  [MCHECKSTYLE-179] use plexus java 5 annotations instead of old-style javadoc annotations
     add fd6a9bf  annotations are not needed for plugin execution so mark dependency as provided
     add 4da3f20  Joakim is in developper list
     add ecd9bb3  move version to a property
     add 7b17e72  use released parent pom
     add 3d13cd7  removed specific m-site-p version use
     add ec614f3  replace StringBuffer by StringBuilder
     add 56147eb  prevent spamming
     add 39b2584  [MCHECKSTYLE-181] Upgrade to Checkstyle 5.6 Submitted by Baron Roberts Remove DoubleCheckedLocking as not anymore suppoted by checkstyle 5.6
     add 10afa12  [MCHECKSTYLE-181] Upgrade to Checkstyle 5.6 Submitted by Baron Roberts fix its as checkstyle are now modified in svn.
     add 51361fc  add contributor
     add f439230  update maven-plugin-plugin to 3.2
     add 71534ef  [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
     add e9d67a0  [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
     add ad3c26a  [MCHECKSTYLE-185] Empty checkstyle-results.xml in a tests-only project Submitted by: Peter Janes Reviewed by: Dennis Lundberg
     add f908608  [MCHECKSTYLE-172] Checkstyle Plugin 2.8+ generates an additional aggregate report
     add c76360c  Upgrade to maven-plugins:24.
     add 5e95af5  Site tweaks.
     add 8e5f51a  [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
     add adc9ac5  Fix errors reported by Checkstyle.
     add 56b3295  [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
     add a1b25a5  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.10
     add 2c0f477  [maven-release-plugin] prepare for next development iteration
     add a21fac0  [MCHECKSTYLE-191] Make name of TreeWalker configurable
     add 3f2ce0e  [MCHECKSTYLE-192] Properties files are only processed in the report, but not in the mojo
     add 76cd258  Follow ASF branding rules.
     add 6b00e1f  More plexus updates
     add ad2e2ec  Use m-site-p 3.3 in ITs to make it M3.1 proof
     add 2827cd4  reverted modifications added inadvertently in r1517272
     add 216169f  Oh, look at that button. Does that convert everything to correct java5 ??
     add 6c5f674  Further code analysis improvements
     add 5b2f96c  More code analysis fixes
     add 3bd1375  Reformatted to code style
     add 3971c1e  Revert "Reformatted to code style"
     add 586dd75  Add missing license headers where possible. Configure explicit RAT exclusions for the files that cannot contain a license header. This plugin now passes the checks done by RAT.
     add 488165e  MCHECKSTYLE-137: add IT to prove it's fixed.
     add 6a35595  MCHECKSTYLE-193: add a complete set of control options for processing resources.
     add d4be0eb  MCHECKSTYLE-197 MCHECKSTYLE-202: Clarify reporting versus checking.
     add d8c31b5  MCHECKSTYLE-204: improve doc for failure options to address this.
     add 8f09be0  foo
     add 011e982  [maven-release-plugin] prepare for next development iteration
     add 7dca407  configured site deploy to /plugins-archives/<artifactId>-LATEST
     add 3738a73  code formatting
     add 58a4045  [MCHECKSTYLE-208] Plugin generates reports incompatible with the 'maven-jxr-plugin' version 2.4
     add bfadb76  Do not print line number of it equals to zero. As per [1], it indicates that is is not related to a file content.
     add 4ddad1c  [MCHECKSTYLE-209] Correct grammar and make icons and text consistent in the report
     add fde9a7a  [MCHECKSTYLE-210] Resource bundles have wrong file encoding
     add ad32a17  [MCHECKSTYLE-210] restore non-ascii characters in ISO-8859-1
     add 67fe4b9  [MCHECKSTYLE-212] Upgrade to Checkstyle 5.7
     add c5f6dea  [MCHECKSTYLE-169] Suppressions property is incorrectly set if suppressions file is on classpath Submitted by: Sergei Ivanov Reviewed by: Dennis Lundberg
     add b3a3496  [MCHECKSTYLE-182] Use Maven log levels when logging to console Submitted by: Karl Schaefer Reviewed by: Dennis Lundberg
     add 6fe6628  Do not show the value "null" for the column when Checkstyle doesn't report a column. Use the string "n/a" instead.
     add 23ff18c  [MCHECKSTYLE-190] Add user property for checkstyle:consoleOutput
     add 24c3079  [MCHECKSTYLE-205] NPE in CheckstyleReportGenerator.doFilesSummary:654 version 2.11 regression Submitted by: Bob Fields Reviewed by: Dennis Lundberg
     add 6a9abf1  Bundle cleanups
     add e205904  [MCHECKSTYLE-209] Correct grammar, make icons and text consistent in the report
     add 1a4fa99  [MCHECKSTYLE-209] Correct grammar, make icons and text consistent in the report
     add 16c73ae  [MCHECKSTYLE-213] Upgrade Doxia dependencies
     add b4c8956  Unintentionally removed else keyword.
     add ab9b44a  Use Maven Site Plugin 3.3 because 3.2 fails with Aether problem with Maven 3.1.x.
     add c2ca7fb  Update MPIR to 2.7 as well due ue Aether and Maven 3.1 problems.
     add 7d72352  [MCHECKSTYLE-218] Put file anchor directly on the h2 tag
     add 657c3b3  MCHECKSTYLE-211 add feature to enable 'inline configuration'
     add 176b0bf  MCHECKSTYLE-211 add documentation for 'inline' checkstyle rules
     add efdc9e6  MCHECKSTYLE-211 fix code style and add JavaDoc
     add f05b650  [MCHECKSTYLE-219] When no license is specified, ALv2 from maven-checkstyle-plugin is used
     add d5c2c93  Fix RAT warnings of unapproved licenses
     add fff9cd1  [MCHECKSTYLE-219] Fix ITs which did depend on a LICENSE.txt, LicenseResourceManager should accept config/maven-header.txt because it's a plugin resource file.
     add 9ef4520  [MCHECKSTYLE-207] file handle leak - leading to failed builds Submitted by: James Nord Reviewed by: Dennis Lundberg
     add e4d2a70  [MCHECKSTYLE-221] ResourceIncludes default value is wrong - I removed the manually documented default values
     add 510b4fc  Refactoring: move common parameters to super class.
     add a3d79f9  Correct spelling.
     add d13b7e5  Set svn property for EOL-style to Native.
     add b189164  Refactoring: move common parameters to super class.
     add 339a2ad  [MCHECKSTYLE-222] Resource-only project is not checked
     add 9488248  Add missing keys.
     add 40e870c  Update version for maven-javadoc-plugin to avoid security vulnerability.
     add 74ade89  Fix errors reported by Checkstyle (!).
     add db6463c  Minor site tweaks.
     add 08f1889  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.12
     add 82e166d  [maven-release-plugin] prepare for next development iteration
     add 1a7c2d6  - Fixed failing integration test   based on a hard coded plugin version in the pom file.
     add d106756  Copied maven/plugins/trunk/maven-pmd-plugin/src/it/MPMD-172 to maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-224.
     add 0fc563d  [MCHECKSTYLE-224] Warning about missing XRef for module with no source
     add 799c585  [MCHECKSTYLE-224] Warning about missing XRef for module with no files to check
     add a0feaae  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     add 2ea3c42  [MCHECKSTYLE-225] headerLocation no longer sets checkstyle.header.file
     add 43261b1  [MCHECKSTYLE-225] headerLocation no longer sets checkstyle.header.file
     add 7e8ecee  [MCHECKSTYLE-225] headerLocation no longer sets checkstyle.header.file Make it M2 compatible
     add 46c5ea4  [MCHECKSTYLE-227] Avalon and turbine checks are broken
     add e82ca1e  Next version will be 2.12.1.
     add fd3e006  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.12.1
     add cea4843  [maven-release-plugin] prepare for next development iteration
     add 3d338a9  MCHECKSTYLE-225: headerLocation no longer sets checkstyle.header.file also verify pluginManagement for dependencies. mark plugin and mojoExecution as readonly
     add 222b84e  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     add d19622a  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     add a64baf4  added license header
     add e666f9c  mark project read-only
     add a159f9b  mark project as readonly
     add 3f8328b  fixed little inconsistencies
     add 03cbb5c  moved VelocityTemplate class to the package using it
     add fc49d14  refactoring: move CheckstyleExecutor coponent to its a new dedicated exec package
     add a642d18  refactoring: move CheckstyleExecutor coponent to its a new dedicated exec package
     add deab35f  refactoring: extracted IconTool to deal with info/warning/error icons in reports
     add d447713  mark attributes final
     add 2daf757  code simplification
     add edaffc3  [MCHECKSTYLE-235] improve difference between rules with and without violations
     add f76cde9  refactoring: extracted methods about violations recognition
     add cb674d8  code simplification
     add bf9cc26  [MCHECKSTYLE-236] added Rule name to violation message
     add 6cfec44  refactoring: move CheckstyleExecutor component to its a new dedicated exec package: CheckstyleReportListener is part of this component too
     add 3e15ca5  renamed CheckstyleReportListener to CheckstyleCheckerListener to better match the use
     add a9fe27e  renamed CheckstyleReportListener to CheckstyleCheckerListener to better match the use
     add 77e2ee0  [MCHECKSTYLE-237] Changeset 1608113 introduces "Line 0" regression
     add f911b24  [MCHECKSTYLE-217] Add parameter which skips rule rows which do not have any violations
     add 51c58aa  [MCHECKSTYLE-232] added the version of Checkstyle used to the generated report
     add 815a293  [MCHECKSTYLE-233] added link to rules documentation
     add ed6e0a7  typo...
     add 39a8762  fixed errors reported by Checkstyle
     add 3ec0c30  fixed errors reported by Checkstyle
     add b6a9b07  configured license check
     add 8987535  [MCHECKSTYLE-148] added category and name of rule causing a violation to output
     add 8e91c0a  fixed errors reported by Checkstyle
     add 535afdc  [MCHECKSTYLE-239] removed Translation rule from Maven checks
     add 8f2d640  [MCHECKSTYLE-240] added 17 and 31 to ignored MagicNumber
     add 8f61aca  added GenericWhitespace rule
     add 62d28d3  [MCHECKSTYLE-239] updated IT to take into account that Translation rule was removed from Maven checks
     add 5eda9d4  [MCHECKSTYLE-242] added fine grained igore of violations
     add 4d80cb5  [MCHECKSTYLE-243] log check violations to console by default
     add a644a5e  [MCHECKSTYLE-243] log check violations to console by default
     add 49a55bd  [MCHECKSTYLE-244] fixed parallel build failures caused by this component being reused instead of created per-lookup Submitted by: Konstantin Pokrovsky
     add dc5edca  [MCHECKSTYLE-241] added SuppressWarningsFilter (introduced in Checkstyle 5.7) to support @SuppressWarnings
     add f38b0ba  [MCHECKSTYLE-240] added 37 to ignored MagicNumber (used sometimes like 31 in hash calculations)
     add 3c8bafd  [MCHECKSTYLE-246] added UniqueProperties rule (introduced in Checkstyle 5.7)
     add c3bb0d4  [MCHECKSTYLE-247] added CHECKSTYLE_OFF/ON: regexp support (SuppressionCommentFilter)
     add 528e6ea  Ensure IT fails for the right reason
     add 3d5a02a  [MCHECKSTYLE-70] Support for multiple source folders Support for multiple test source folders added as well. SourceFolders are used twice, so using a List(stand-alone) or Map(aggregator) to hold entries for reuse in DCExecutor. Using Collection, so signatures won't change if we must switch between List and Set File.isDirectory() already implies that it exists, so those checks have been removed
     add 468262a  [MCHECKSTYLE-70] Support for multiple source folders Forgot to add matching IT
     add 84b3e80  add testCompileRoots to correct Map/List get testCompileRoots from correct Map/List
     add bd5cacb  [MCHECKSTYLE-214] Resources retrieval ignores resources definition in <build> Consider resources relative to project root as a special case
     add 14da964  projectClassLoader is an URLClassLoader, which implements Closeable. instanceof-check not required
     add 6ad74fa  Ensure that Writer is always closed
     add 97625b3  Fix Bad practice - Classloaders should only be created inside doPrivileged block
     add ce943a1  hide utility class constructor
     add e3aca07  revert r1619571, seems to be vendor specific
     add 8c3105e  Fix IT for M2.2.1, which still uses source/target 1.4 by default
     add 1ff033e  [MCHECKSTYLE-248] Remove RegexBasedInterpolator and ValueSource
     add 5d8941b  fixed typos
     add 45f104f  [MCHECKSTYLE-234] group rules by category
     add 2f551c2  don't repeat category, for better readability
     add c10a8fa  remove bold display for rule parameter names
     add 800a6a1  [MCHECKSTYLE-126] generated HTML page contained "charset=${outputEncoding}"
     add 9c0ee58  remove copy/paste since code is now inherited through MSHARED-347
     add d828de5  updated maven-reporting-impl to just released version
     add 36dde49  updated dependencies
     add 137267a  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.13
     add b7fab4f  [maven-release-plugin] prepare for next development iteration
     add 36cc92d  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     add 66b2073  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     add c78ee4a  [MCHECKSTYLE-254] Updated p-i to avoid thread safety issues
     add 3456935  Updated to p-u .20
     add a70890f  Fixes MCHECKSTYLE-253: Upgrade to checkstyle 5.9 for Java 8 compatability
     add 5ff9bcd  updated parent pom and fixed errors reported by Checkstyle
     add f557890  [MCHECKSTYLE-262] Upgrade to maven-plugins parent version 27  - Enhanced rat configuration add the execlusions instead    of replacing them.
     add 8e31d2c  [MCHECKSTYLE-263] Removed dependency plexus-container-default:1.0-alpha-9-stable-1
     add 2bfd43f  remove redundant configuration
     add 08abfa1  [MCHECKSTYLE-274] removed Avalon configuration since the Avalon project is retired
     add 92838cd  cleanup
     add 2c1a233  [MCHECKSTYLE-255] improved info message on errors: print count of ignored
     add 692681d  [MCHECKSTYLE-256] print directory relative to basedir instead of filename only (or full path in XML source)
     add aabad37  more robust relative path calculations
     add ce499ea  [MCHECKSTYLE-276] removed RedundantThrows from configs
     add d09bf58  [MCHECKSTYLE-253] Upgrade to checkstyle 5.9 for Java 8 compatibility - Revert the upgrade of Checkstyle that was done in r1632982. The Checkstyle version used by the plugin is now 5.8.
     add c746138  Document and enforce the version of Java that the plugin requires.
     add 095dfe0  [MCHECKSTYLE-274] removed Avalon configuration since the Avalon project is retired
     add f85313d  use injected log
     add 72ddba2  fixed date format
     add 5d027d6  [MCHECKSTYLE-257] display predefined rulesets content
     add 59168ed  fixed typo
     add 144deaa  improved comments
     add ec4b394  [MCHECKSTYLE-280] added documentation on upgrading Checkstyle at runtime
     add 00251bc  [MCHECKSTYLE-281] fail if deprecated parameters are used and display update instructions
     add 322b4c6  [MCHECKSTYLE-249] updated ITs to not fail when distribution created on Unix and ITs run on Windows
     add 0058868  removed configuration already inherited from parent
     add 6e747c4  Use build-helper-maven-plugin to make the version parts of the maven.compiler.target property available as separate properties, so that they can be used to define the java signature artifactId used by animal-sniffer. This should be moved to maven-parent later on, if others feel that it is a good idea.
     add ecd6973  [MCHECKSTYLE-282] added info on ruleset used in report intro
     add 6af9f36  [MCHECKSTYLE-282] added info on ruleset used in report intro - Fix Swedish resource bundle
     add 2656942  [MCHECKSTYLE-283] Move maven_checks.xml and maven-header.txt away from the plugin
     add 4e4ad41  fixed IT after removing maven_checks.xml from projects' svn: don't directly rely on svn
     add ea0132d  updated documentation: maven_checks.xml is not there any more
     add 643d744  reverted r1654924
     add a49b617  Update to released version of maven-shared-resources:2.
     add 6ce788a  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.14
     add c3c89e7  [maven-release-plugin] prepare for next development iteration
     add 8041d91  [MCHECKSTYLE-277] Require Java 6
     add e0eff88  [MCHECKSTYLE-261] Upgrade to Checkstyle 6.1.1
     add e21fd16  [MCHECKSTYLE-286] Add info on ruleset used in console output
     add a27dd36  [MCHECKSTYLE-274] removed Avalon configuration since the Avalon project is retired
     add 0199be2  [MCHECKSTYLE-273] Remove Turbine configuration since it is not used any more
     add a6ee851  [MCHECKSTYLE-288] NullPointerException during building a multi-module project
     add 0f484df  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.15

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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   (fd119e3)
            \
             N -- N -- N   refs/tags/maven-checkstyle-plugin-2.15 (0c6f734)

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:

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].