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:50 UTC

[maven-checkstyle-plugin] annotated tag maven-checkstyle-plugin-2.3 updated (1bc58b5 -> 9283030)

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

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


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

    from 1bc58b5  (tag)
      to 9283030  (tag)
 tagging 4b7fb008e4c483c568cf82c8fbbf18241080e48e (commit)
 replaces maven-checkstyle-plugin-2.2
      by Hervé Boutemy
      on Fri Jul 10 10:25:06 2009 +0000

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

 discard 652bbb1  [maven-release-plugin]  copy for tag maven-checkstyle-plugin-2.3
 discard 4082d3f  [MCHECKSTYLE-113] Set the number of accepted violations for checkstyle:check
 discard 742d3e5  [MCHECKSTYLE-113] Set the number of accepted violations for checkstyle:check Submitted by: Enno Reviewed by: Dennis Lundberg
 discard 4443e64  [MCHECKSTYLE-98] Maven Checkstyle is too strict and not follow Maven's team conventions! Submitted by: Vincent Siveton Reviewed by: Dennis Lundberg
 discard 1f42eda  [MCHECKSTYLE-114] Add an ASF-compliant source release assembly
 discard 509dc97  o Add a property to hold the version of Maven core dependencies.
 discard f287976  o Follow our plugin documentation guidelines.
 discard 5b09f25  o Add xml schema declarations.
 discard 0bfae59  o Improve Javadoc.
 discard 802711b  o Add SVN properties for bugtraq
 discard d0288e2  [MCHECKSTYLE-110] option to redirect checktyle violations to console for quick review
 discard 12bf263  [MCHECKSTYLE-101] velocity get intialized even with skip=true
 discard a8e71a3  revert MCHEKSTYLE-105
 discard 8e39421  [MCHECKSTYLE-110] option tot redirect checkstyle violations to the console
 discard 53d332c  maintenance branch for chekstyle plugin to still support Java 1.4
 discard 0429544  MCHECKSTYLE-105 + MCHECKSTYLE-101
 discard 3560182  used http://maven.apache.org/xsd/* for schema location
 discard 80c56bf  o Inherited from maven-plugins:13
 discard 6e83e1e  use the latest parents
 discard 2cc01ec  o Avoided deprecated syntax @parameter expression="${component...}"
 discard 8e2c79d  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 7ce89e0  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 8c74c2b  avoid warnings during unit-tests because encoding parameter not set
 discard 25a411e  o Removed inherited stuff
 discard 303cdca  o Formatted/reordered POM
 discard f6537fa  o Inherited from maven-plugins:12
 discard e488ffb  o Updated index page of plugin site
 discard c21c945  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 755fb4f  o Unified plugin name
 discard 16778e6  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 72900d0  o Added some integration tests
 discard cc2282c  o Added project description
 discard a25f555  o Reordered POM
 discard 54231ce  o Added stub IT profile to highlight plugins during CI
 discard 5ecac94  Try to use the 12-SNAPSHOT parent
 discard a8186a5  o Excluded some more not so magic numbers
 discard 252cf5a  [maven-release-plugin] prepare for next development iteration
 discard 731842d  [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 27fbdde  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 f1715d0  [MCHECKSTYLE-86] Lock down encoding used to read source files
 discard 9d208bc  o Added bin to svn:ignore
 discard 647a9d6  [MCHECKSTYLE-90] Checkstyle-2.2-SNAPSHOT not working with Maven 2.0.9
 discard 6618f4f  o Use plugins parent 11.
 discard 648f3a0  [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 35dbbe5  o No longer necessary when we use the remote resources plugin.
 discard f7dee88  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 63a3149  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 018bf72  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 057e3e2  o Remove the sample report that isn't used any more.
 discard 186657c  o Minor site tweaks.
 discard 966bd8e  o Improve Javadoc.
 discard a942fa5  o Fix an error reported by Checkstyle.
 discard de991cc  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 e8db958  [MCHECKSTYLE-40] Some checks need the compiled classes (for instance JavadocMethod)
 discard 89374fa  [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 f259e53  [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 a8b4e50  [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 c7d826d  [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 b180655  [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 cb92b8b  Allow more laxity about the number of spaces before the URL
 discard 5855a38  o Add used but undeclared dependencies.
 discard 1dd85c2  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 08f7dc5  o Update to plugin-parent-10.
 discard bfb095c  o Add more @since tags.
 discard b9564ef  read XML file as UTF-8 (instead of platform encoding)
 discard c4a9025  [MCHECKSTYLE-68] Use Release 4.3 of Checkstyle
 discard 8aa5869  o Fix errors reported by Checkstyle.
 discard fd13b6b  [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 752e8cd  o Add @since annotation for the skip parameter. o Minor adjustments to JavaDocs.
 discard 6b946f6  Fix problem with not actually using suppression file
 discard 66e8cf9  [MCHECKSTYLE-65] Set contextClassLoader before trying to locate resources
 discard af4bc9a  Fix problem with NullPointerException if no suppression file is specified
 discard 213f19b  MCHECKSTYLE-71 - added skip flag
 discard a086ae0  MCHECKSTYLE-71 - added skip flag
 discard f656042  [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 965a18d  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 125ab00  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 413bf69  o updating with the correct headers
 discard f9e1a4c  o updating so that this will work with the remote resources plugin
 discard 5ab58af  Improve error reporting
 discard a4e83a3  o Fix the Checkstyle error that I just introduced.
 discard 4a2d42b  [MCHECKSTYLE-41] Rules summary count of duplicate JavadocMethod configurations are merged
 discard 714043f  [MCHECKSTYLE-56] Use Release 4.2 of Checkstyle.
 discard b7cd288  o Fix the remaining Checkstyle errors.
 discard bfaebb9  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 79cc760  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 c99b78d  [MCHECKSTYLE-60] Localization of checkstyle report & Frech localization files.
 discard cb95dbc  use inheritence and make all the site appearances consistent
 discard 4425275  update all parents
 discard 1d660f7  MCHECKSTYLE-47: Allow running checkstyle in test sources
 discard 13c9d9e  MCHECKSTYLE-55: Wrong rules summary for GenericIllegalRegexp when message contains a quote
 discard 31bbd9e  MCHECKSTYLE-58: Tests fail on non-English JVM
 discard fc9e7c6  [MCHECKSTYLE-50] Sort the files and details in the report.
 discard 91b8a55  MSITE-138: site:stage does not create xref
 discard 301d821  MCHECKSTYLE-53: Cannot copy static resources on windows
 discard f900874  Added license agreements in the plugin docs.
 discard e4d7ff3  o Fix typo in documentation.
 discard 57d354c  o Set EOL style to native.
 discard c4e3939  Revised plugin docs according to the review comments.
 discard 47dbd84  Revised documentation.
 discard 11ac76e  PR: MCHECKSTYLE-49
 discard ddb874f  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 da34163  Ignore TODO in line length, allow inline conditionals
 discard 6566393  Ignore @todo in line length, use space in for iterator
 discard 5c38537  Improve headerLocation javadoc
 discard b82ff2b  Externalize and improve the header checkings
 discard 9f01001  Use shorter lines to improve reading
 discard fb7abb5  Checkstyle and PMD refactorings
 discard 2fe215a  Use more realistic maven rules
 discard 9b6fa64  PR: MCHECKSTYLE-35
 discard 210927c  fixed html tags for site/javadoc that cause site generation to fail
 discard e3bf58f  [maven-release-plugin] prepare for next development iteration
 discard 62d955d  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.1
 discard 41f8269  use released version
 discard ce2184c  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 709b6d3  PR: MCHECKSTYLE-39
 discard 4d3689f  PR: MCHECKSTYLE-39
 discard 78b41bd  PR: MCHECKSTYLE-39
 discard 3ba4b95  PR: MCHECKSTYLE-39
 discard bae653c  PR: MCHECKSTYLE-39
 discard a4a6e13  [MCHECKSTYLE-38] only show violations on errors
 discard 4bda690  clean up surefire report and make xref location consistent with checkstyle
 discard 2905401  improve xref resolution
 discard 16e62ed  PR: MCHECKSTYLE-37
 discard 5c8f736  PR: MCHECKSTYLE-34
 discard dd424b1  Removed doxiaHack methods after MNG-1744 fix. Added prerequisite in pom.xml
 discard 1eba275  Applied code formatting
 discard 8c1c497  PR: MCHECKSTYLE-33 Submitted by: John Allen
 discard f02bd30  set default xref location
 discard b6891c2  Fix pom
 discard 1ff42c2  remove duplicate entries
 discard 8493a1f  adjust parent POMs
 discard b58cc9e  Use system dependant end-of-line
 discard 90371d6  [maven-release-plugin] prepare for next development iteration
 discard bc20749  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.0
 discard 5e1e8df  correct configuration for plugin dependencies
 discard fc6677f  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 48a2ee8  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 024b580  MCHECKSTYLE-31 documentation issue, pom snippet invalid
 discard 346abe8  add section header for details, fix anchors
 discard 983a7b3  MCHECKSTYLE-28 make console output optional New consoleOutput parameter
 discard cef280a  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 1767d9d  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 947a379  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 1f880f3  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 29f9786  Set correct svn properties
 discard b893f80  Upgrade dependencies
 discard c43d9f0  PR: MNG-1809 Submitted by: Joakim Erdfelt
 discard 04bcf9e  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 cd1d192  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 e64797e  PR: MNG-1579 Submitted By: John Casey
 discard 501b76d  update dependencies
 discard e2654db  Set correct subversion properties
 discard 5896585  move plugins
 discard fd687a4  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 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 7372a42  cleanup some unused fields
 discard d31a4c6  ignore
 discard 61e47aa  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 6510898  [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 5ce0164  PR: MNG-829 Submitted by: Johnny R. Ruiz III use File for basedir aligned parameter
 discard 741b0a1  update versions in plugins
 discard 1c4d4d0  clean up MavenReportException uses
 discard 9e8a76c  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 a359601  PR: MNG-1003 Submitted by: Edwin Punzalan refactoring checkstyle report
 discard 4242a2d  set necessary prereqs and exclusions
 discard 8543c03  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 5397273  PR: MNG-1102 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter make default license location same as m1
 discard 1234c27  typo fix
 discard ec9cad1  use released versions
 discard d1132eb  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 dc42fe1  ignore release.properties and more
 discard 208ab39  [maven-release-plugin] prepare for next development iteration
 discard a7c4875  [maven-release-plugin] prepare release maven-checkstyle-2.0-alpha-2
 discard 2031a67  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 b558cfd  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 944f69f  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 755fd68  set eol style
 discard 3c3d0ea  move reports into maven-plugins
 discard 2746d41  Update all versions to beta-1-SNAPSHOT
 discard b44b31e  Add missing files
 discard df1c89e  Add i18n translations
 discard cec0f19  Resolving: MNG-495
 discard f448828  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 4020a6d  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 f3669aa  Flush and close always sink.
 discard 75bd3b1  Clean imports
 discard 7619f3a  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 e9e313c  ignore idea files
 discard b6d5f2e  check style report should save cache file to the correct output directory
 discard aaa7c6f  update dependencies to released versions
 discard c28581d  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

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   (1bc58b5)
            \
             N -- N -- N   refs/tags/maven-checkstyle-plugin-2.3 (9283030)

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>'].