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 2017/12/20 09:29:16 UTC

[maven-checkstyle-plugin] annotated tag maven-checkstyle-plugin-2.0 created (now df916d9)

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.


      at df916d9  (tag)
 tagging 0d2f391c49111f4b76208cd293bd44c3b6ba4c40 (commit)
      by Fabrizio Giustina
      on Sat Jan 28 15:18:42 2006 +0000

- Log -----------------------------------------------------------------
maven-checkstyle-plugin-2.0
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 3b4f4ee  Initial version of Checkstyle Plugin
     new e63ee14  ignores target
     new 3b4a5cb  o Use sink for generate the report o Define some default properties that use by checkstyle config file
     new 3d3530d  Update to new reporting-api
     new 36938a1  Update to new reporting-api
     new 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
     new 0373c39  Fix copyResources calls
     new c28581d  move reports to top level
     new aaa7c6f  update dependencies to released versions
     new b6d5f2e  check style report should save cache file to the correct output directory
     new e9e313c  ignore idea files
     new 1dab9a6  o clean import o Use MavenProject instead of Model for obtain more informations
     new 7619f3a  o Add a report parent pom o Reduce dependencies declaration
     new 75bd3b1  Clean imports
     new f3669aa  Flush and close always sink.
     new 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
     new 4020a6d  o Internationalize site plugin generation. o Add french translation
     new 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
     new f448828  PR: MNG-469
     new cec0f19  Resolving: MNG-495
     new df1c89e  Add i18n translations
     new b44b31e  Add missing files
     new 2746d41  Update all versions to beta-1-SNAPSHOT
     new 3c3d0ea  move reports into maven-plugins
     new 755fd68  set eol style
     new 6e21c75  PR: MNG-366 separate api from implementation keeping most of doxia, reporting and other libraries out of the core
     new 944f69f  remove unnecessary report components definitions
     new 6681cf1  PR: MNG-819 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter Add maven1 features to the checkstyle plugin
     new 4ef73a3  o Adding newline at end of file.
     new 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
     new 2c8ea71  update dependency and parent versions
     new f25f14b  [maven-release-plugin] prepare release maven-checkstyle-2.0-alpha-2
     new 3411afd  [maven-release-plugin] prepare for next development iteration
     new dca7382  ignore release.properties and more
     new a3ebead  PR: MNG-952 Submitted by: Allan Ramirez Reviewed by:  Brett Porter documentation for the checkstyle plugin
     new 45027e4  PR: MNG-1034 use reporting for default output directory
     new f8b475e  use released versions
     new 62bdc1d  typo fix
     new d5b3ff3  PR: MNG-1102 Submitted by: Edwin Punzalan Reviewed by:  Brett Porter make default license location same as m1
     new 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
     new f99122c  PR: MNG-962 unify defaults excludes
     new 11862a8  set necessary prereqs and exclusions
     new 80916d6  PR: MNG-1003 Submitted by: Edwin Punzalan refactoring checkstyle report
     new 794beb4  PR: MNG-1151 Submitted by: Edwin Punzalan rename sample report so it doesn't get overwritten by the real one
     new 30072b0  PR: MNG-945 do not display reports that should not be generated in the navigation
     new 4e8d91f  clean up MavenReportException uses
     new 510711a  update versions in plugins
     new 1dac112  PR: MNG-829 Submitted by: Johnny R. Ruiz III use File for basedir aligned parameter
     new 5b9c9aa  PR: MNG-1195 Submitted by: Edwin Punzalan Fix validation of generated HTML
     new e734068  [maven-release-plugin] prepare release maven-checkstyle-plugin-2.0-beta-1
     new 15b5fa0  [maven-release-plugin] prepare for next development iteration
     new abfcbed  MNG-1216, MNG-1239: Add a default bundle (safety) for assembly-plugin, pmd-plugin, clover-plugin, site-plugin
     new 3f6ae79  ignore
     new e03a47c  cleanup some unused fields
     new 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.
     new 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.
     new 5aeafe0  MNG-1224: Added missing keys in the French bundle. Thanks to Fabrice BELLINGARD.
     new 562ba69  move plugins
     new 77f2720  Set correct subversion properties
     new 226c088  update dependencies
     new a13f615  PR: MNG-1579 Submitted By: John Casey
     new 9bad2e7  PR: MNG-1113 Submitted By: Joakim Erdfelt Reviewed By: John Casey
     new 4b7ca77  Adding runtime dep on log4j to prevent commons-logging from crapping out.
     new 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).
     new 41921ed  PR: MNG-1749 Submitted by: Joakim Erdfelt
     new ede2356  PR: MNG-1809 Submitted by: Joakim Erdfelt
     new 17baae9  Upgrade dependencies
     new 1364b8f  Set correct svn properties
     new bd436af  hack for MCHECKSTYLE-10 checkstyle always use the thread context classloader for resources, so we have to fix it...
     new 6b35c09  make project classes accessible to checkstyle during check (required for exception-related checks)
     new 068d98b  the list returned by Arrays.asList() doesn't support remove() (java.lang.UnsupportedOperationException at java.util.AbstractList.remove()), wrapping it in an ArrayList
     new af8ba0e  don't add sections for files without warnings
     new 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.
     new c55e616  MCHECKSTYLE-25 don't throw errors if the plugin is not run as a report and a source folder doesn't exist
     new 88ab8d4  MCHECKSTYLE-26 don't throw an exception when there are no sources and the checkstyle goal did not generate an output file
     new 55fd759  remove log4j as the classloader has been fixed PR: MCHEKSTYLE-24
     new 5146048  MCHECKSTYLE-28 make console output optional New consoleOutput parameter
     new 75cbcde  add section header for details, fix anchors
     new 0d2f391  [maven-scm] copy for tag maven-checkstyle-plugin-2.0

The 79 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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