This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a change to annotated tag maven-checkstyle-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.
*** WARNING: tag maven-checkstyle-plugin-2.0 was modified! ***
from df916d9 (tag)
to 13684bb (tag)
tagging b35129861076be49c53f9f4dc0ff8fcbc88cf91e (commit)
by Hervé Boutemy
on Sat Jan 28 15:18:42 2006 +0000
- Log -----------------------------------------------------------------
maven-checkstyle-plugin-2.0 reworked after migration from aggregate svn to
split git
-----------------------------------------------------------------------
discard 0d2f391 [maven-scm] copy for tag maven-checkstyle-plugin-2.0
discard 75cbcde add section header for details, fix anchors
discard 5146048 MCHECKSTYLE-28 make console output optional New consoleOutput
parameter
discard 55fd759 remove log4j as the classloader has been fixed PR:
MCHEKSTYLE-24
discard 88ab8d4 MCHECKSTYLE-26 don't throw an exception when there are no
sources and the checkstyle goal did not generate an output file
discard c55e616 MCHECKSTYLE-25 don't throw errors if the plugin is not run as
a report and a source folder doesn't exist
discard e507853 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 af8ba0e don't add sections for files without warnings
discard 068d98b the list returned by Arrays.asList() doesn't support remove()
(java.lang.UnsupportedOperationException at java.util.AbstractList.remove()),
wrapping it in an ArrayList
discard 6b35c09 make project classes accessible to checkstyle during check
(required for exception-related checks)
discard bd436af hack for MCHECKSTYLE-10 checkstyle always use the thread
context classloader for resources, so we have to fix it...
discard 1364b8f Set correct svn properties
discard 17baae9 Upgrade dependencies
discard ede2356 PR: MNG-1809 Submitted by: Joakim Erdfelt
discard 41921ed PR: MNG-1749 Submitted by: Joakim Erdfelt
discard 0260cd0 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 4b7ca77 Adding runtime dep on log4j to prevent commons-logging from
crapping out.
discard 9bad2e7 PR: MNG-1113 Submitted By: Joakim Erdfelt Reviewed By: John
Casey
discard a13f615 PR: MNG-1579 Submitted By: John Casey
discard 226c088 update dependencies
discard 77f2720 Set correct subversion properties
discard 562ba69 move plugins
discard 5aeafe0 MNG-1224: Added missing keys in the French bundle. Thanks to
Fabrice BELLINGARD.
discard 3a59323 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 ccf26f7 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 e03a47c cleanup some unused fields
discard 3f6ae79 ignore
discard abfcbed MNG-1216, MNG-1239: Add a default bundle (safety) for
assembly-plugin, pmd-plugin, clover-plugin, site-plugin
discard 15b5fa0 [maven-release-plugin] prepare for next development iteration
discard e734068 [maven-release-plugin] prepare release
maven-checkstyle-plugin-2.0-beta-1
discard 5b9c9aa PR: MNG-1195 Submitted by: Edwin Punzalan Fix validation of
generated HTML
discard 1dac112 PR: MNG-829 Submitted by: Johnny R. Ruiz III use File for
basedir aligned parameter
discard 510711a update versions in plugins
discard 4e8d91f clean up MavenReportException uses
discard 30072b0 PR: MNG-945 do not display reports that should not be
generated in the navigation
discard 794beb4 PR: MNG-1151 Submitted by: Edwin Punzalan rename sample
report so it doesn't get overwritten by the real one
discard 80916d6 PR: MNG-1003 Submitted by: Edwin Punzalan refactoring
checkstyle report
discard 11862a8 set necessary prereqs and exclusions
discard f99122c PR: MNG-962 unify defaults excludes
discard b816758 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 d5b3ff3 PR: MNG-1102 Submitted by: Edwin Punzalan Reviewed by: Brett
Porter make default license location same as m1
discard 62bdc1d typo fix
discard f8b475e use released versions
discard 45027e4 PR: MNG-1034 use reporting for default output directory
discard a3ebead PR: MNG-952 Submitted by: Allan Ramirez Reviewed by: Brett
Porter documentation for the checkstyle plugin
discard dca7382 ignore release.properties and more
discard 3411afd [maven-release-plugin] prepare for next development iteration
discard f25f14b [maven-release-plugin] prepare release
maven-checkstyle-2.0-alpha-2
discard 2c8ea71 update dependency and parent versions
discard 70c5f04 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 4ef73a3 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
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 (df916d9)
\
N -- N -- N refs/tags/maven-checkstyle-plugin-2.0 (13684bb)
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
['"[email protected]" <[email protected]>'].