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:31:44 UTC

[maven-clean-plugin] annotated tag maven-clean-plugin-2.2 updated (2b3a872 -> e4ee5ec)

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

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


*** WARNING: tag maven-clean-plugin-2.2 was modified! ***

    from 2b3a872  (tag)
      to e4ee5ec  (tag)
 tagging 7ed0289cf23a4c61dac6a33ba32ce9ee0eceb381 (commit)
 replaces maven-clean-plugin-2.1.1
      by Hervé Boutemy
      on Thu Nov 29 23:33:21 2007 +0000

- Log -----------------------------------------------------------------
maven-clean-plugin-2.2 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------

 discard 29f0038  [maven-release-plugin]  copy for tag maven-clean-plugin-2.2
 discard 457392f  [maven-release-plugin]  copy for tag maven-clean-plugin-2.2
 discard 95f3de9  o ignored Eclipse dir
 discard 26ee63a  o updated test cases o test locked files on windows
 discard 0d56674  o using MNG-3294 o renamed ignoreErrors parameter to failOnError to be more consistent with other plugins o updated doc and tests
 discard 7522a1a  o added scm tag due to Dennis's comment on dev@
 discard 1a25962  o uncomment tests which plays with locked files.
 discard c856b8d  MCLEAN-8: conversion of the existing unit tests to use the AbstractMojoTestCase from the plugin testing harness Submitted by: Jesse McConnell Reviewed by: Vincent Siveton
 discard ea02fad  o bumped to maven-plugins:10 o removed junit dependency
 discard b968a46  o removed tab
 discard 06a614e  fix NPE in tests
 discard aec51bf  o added project's description
 discard df3b4bd  o updated doc and javadoc
 discard 6d514ac  MCLEAN-27: fileset directory does not work as expected when cleaning "modules" in sub-directories
 discard f7d5d1e  MCLEAN-22: Possibility to ignore deletion failures
 discard a787c03  o renamed file
 discard 88cf249  MCLEAN-24: Disable plugin execution
 discard d46a77a  o Keep the project tag on one line, to avoid loosing the license info when doing a release.
 discard a1b6208  o added since tag
 discard f65c515  MCLEAN-25: Optionally don't delete the 'target ' directory
 discard b8b4699  o move faq.apt to fml
 discard 44fc9f2  o lock surefire-plugin version to 2.3 to avoid Plexus pb
 discard b259a3e  o reorganize dependencies
 discard 5fe3628  o fixed license header o no code change
 discard 9407682  o added some conditions on dir in removeDirectory()
 discard cd14eef  MCLEAN-26: Long pathnames on windows platforms cannot be deleted
 discard 273d01c  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
 discard 040c6a4  - 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 66ccb48  o updating to latest released parent
 discard df43e82  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 6859003  use inheritence and make all the site appearances consistent
 discard d1e3529  Use right current version
 discard f2bf5b8  Update parent pom
 discard 0159968  [maven-release-plugin] prepare for next development iteration
 discard 74615e1  [maven-release-plugin] prepare release maven-clean-plugin-2.1.1
 discard 6fe0bcf  Upgrade parent pom
 discard bfbf9d3  [MCLEAN-18] make source checkstyle compliant Submitted by: Franz Allan Valencia See
 discard 3c4b9cb  added site documentation license headers
 discard 190d963  [MCLEAN-9] document and test cleaning the report directory Submitted by: Denis Cabasson
 discard 9c2b919  fix link
 discard 9ac402e  MNG-2460: Incorrect POM inheritance for plugins
 discard 56e8a6a  - improved some site pages having redundant title bar messages - removed the report plugins in pom.xml - used the example description instead of the word "Example" to the title bar when viewing examples (thanks to Dennis Lundberg for the idea)
 discard e040130  PR: MCLEAN-14
 discard f777dd0  removed invalid examples link in site.xml
 discard 2560fa8  PR: MCLEAN-14
 discard da9ab4b  PR: MCLEAN-15
 discard f856fe3  PR: MCLEAN-14
 discard 5b4f14c  PR: MCLEAN-13
 discard 1c97f71  PR: MCLEAN-12 Add site documentation
 discard 49dc35a  remove release.properties from ignores
 discard 6ac26dc  adjust parent POMs
 discard b40e5f3  disable some tests that are platform specific
 discard dbe8e8b  [MCLEAN-6] basedir align test to work in multiproject
 discard b5d76d0  [MCLEAN-6] additional tests for the clean plugin. Most of these really belong in the file-management shared lib. Note the bug in the lib.
 discard 0010993  add copyright
 discard 8d34469  [MCLEAN-6] add unit tests for clean plugin Submitted by: Jesse McConnell
 discard eda2eeb  [maven-release-plugin] prepare for next development iteration
 discard ace89fe  [maven-release-plugin] prepare release maven-clean-plugin-2.1
 discard 49a32fd  Modding file-management version to 1.0.
 discard 82b7c1d  Changed snapshot version to 2.1-SNAPSHOT.
 discard 9f67c12  Removing maven-shared-monitor for now.
 discard db3397d  Removed a debug line.
 discard 505c1c9  Changed to reflect changes in the file-management library, which allow the mojo to pass in a monitor adapter for logging, and a verbose flag.
 discard 0fe0a93  Removed test configuration for clean mojo.
 discard 790027a  Adding support for filesets using maven/shared/file-management.
 discard fcbc2b9  [MCLEAN-4] Adding flag followSymLinks which defaults to false, and will cause the clean mojo to detect symbolic links and either traverse them when deleting, or (by default) simply delete the links.
 discard bcbdad6  move plugins
 discard b0c1c58  ignore
 discard 0254db2  [maven-release-plugin] prepare for next development iteration
 discard 11b78b7  [maven-release-plugin] prepare release maven-clean-plugin-2.0
 discard 27adf38  update versions in plugins
 discard 0186066  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has changed, so add a bunch of exclusions to ensure the old is not picked up fix bugs in mboot that wasn't honoring excludes.
 discard 47b6aae  rename mojo
 discard 18c485f  remove release poms
 discard d09cdf8  set next version
 discard 749c4de  [maven-release-plugin] prepare release maven-clean-plugin-2.0-rc1
 discard 294c548  update version
 discard 78bbca3  other directories may not be under target
 discard 6afcf0e  ignore release.properties and more
 discard d7412d0  [maven-release-plugin] prepare for next development iteration
 discard 1e70ddb  [maven-release-plugin] prepare release maven-clean-plugin-2.0-beta-1
 discard 81c18b6  rollback release, I was missing the tag base
 discard 2cb3514  remove release pom
 discard 04aec99  [maven-release-plugin] prepare release maven-clean-plugin-2.0-beta-1
 discard 6aeb537  update dependency and parent versions
 discard 512f1d4  Fixing MNG-825: "Clean plugin should fail if unable to delete target" o Changed the default from complaining through the logger to throwing an   exception.
 discard 7b392a1  PR: MNG-596 add XSD definition to m2 poms and archetypes
 discard 168b2d6  Fix svn properties
 discard ff188bf  Update all versions to beta-1-SNAPSHOT
 discard da322e4  Resolving: MNG-495
 discard 8fbe4fa  update parent references to get access to the ci settings
 discard 1da15bf  remove old cvs ignore files
 discard d2039e0  bump versions
 discard e4c1230  use released versions
 discard 62f6772  set consistent versions
 discard 7826481  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
 discard 431a73a  o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building) o Converted all "core" plugins (including maven-core-it-plugin) to use field-level annotations o Removed generation of parameter descriptors for ${/#component.* param specifications. o Added @readonly for parameters that cannot be overridden by user configuration (List override was dangerous here) o Added validation against pom-derived configuration for @readonly para [...]
 discard 2c3ab1c  change expressions to use ${} instead of #
 discard 4c61d1b  improved error handling and other clean up
 discard 58a59af  clean up exception handling
 discard bd30959  split the plugin API and the plugin descriptor code
 discard dc10349  release alpha-1 plugins
 discard 5d5cdb5  clean up dependencies.
 discard 7d96a5c  change the maven group ID
 discard 25e3eb6  make the detection cleaner to make it easier to clean up later
 discard 7f8b289  most basic of field based plugins
 discard a67bef6  move log to AbstractPlugin, out of request. Request now contains only parameters (will move to fields) and marmalade context (can move to marmalade mojo wrapper)
 discard 0e9c720  PR: MNG-52 change type of maven plugins to "maven-plugin" instead of plugin. This should allow other products to have different plugin types, if necessary.
 discard fa59b62  flip pom format
 discard f300e80  o Added first-pass logging and event-monitoring impls. Converted all System.out calls in maven-component plugins to use logger.
 discard 0642fff  o Setting some additional ignores.
 discard f8c726f  *** empty log message ***
 discard 8c3b63a  o Adding <modelVersion> to the poms.
 discard 55d1e03  plugins' poms are using type = plugin
 discard 93b89ef  correcting package (just to know if this is a right one:) )
 discard 0f135f6  o correcting @tags from feedback
 discard 627b844  o updating format of the @tags
 discard 32e785d  o cleaning up the @tags which are now a lot more simple
 discard 0bc35ac  o doing the pom.xml thing PR: Obtained from: Submitted by: Reviewed by:
 discard 8ed49dd  Fix plugins name.
 discard 4c1e07d  o get rid of plugin.xml as they are generated now from @tags in the   sources.
 discard 117b18c  Fix artifactId of parent plugin pom
 discard 01cdd73  turn into a maven plugin and add @tags for descriptor generation.
 discard cedb35b  *** empty log message ***
 discard 2e66fff  o Adding eclipse excludes.
 discard afa09c7  A simple clean plugin
     add 47acbe0  A simple clean plugin
     add 451e370  o Adding eclipse excludes.
     add 97e0c3f  *** empty log message ***
     add 920e5a6  turn into a maven plugin and add @tags for descriptor generation.
     add d5e67c9  Fix artifactId of parent plugin pom
     add 62a60a1  o get rid of plugin.xml as they are generated now from @tags in the   sources.
     add 25e9a27  Fix plugins name.
     add e5c4962  o doing the pom.xml thing PR: Obtained from: Submitted by: Reviewed by:
     add a647013  o cleaning up the @tags which are now a lot more simple
     add c4d5de2  o updating format of the @tags
     add 820154b  o correcting @tags from feedback
     add 52052f8  correcting package (just to know if this is a right one:) )
     add 7ac5414  plugins' poms are using type = plugin
     add 8410537  o Adding <modelVersion> to the poms.
     add be511aa  *** empty log message ***
     add 4aaca17  o Setting some additional ignores.
     add 7dd4a82  o Added first-pass logging and event-monitoring impls. Converted all System.out calls in maven-component plugins to use logger.
     add 632affe  flip pom format
     add 25b82d2  PR: MNG-52 change type of maven plugins to "maven-plugin" instead of plugin. This should allow other products to have different plugin types, if necessary.
     add 2e43ba6  move log to AbstractPlugin, out of request. Request now contains only parameters (will move to fields) and marmalade context (can move to marmalade mojo wrapper)
     add 30674d2  most basic of field based plugins
     add f2f5ca8  make the detection cleaner to make it easier to clean up later
     add 687394d  change the maven group ID
     add 737357a  clean up dependencies.
     add 764ebe4  release alpha-1 plugins
     add 993ffc0  split the plugin API and the plugin descriptor code
     add f418277  clean up exception handling
     add 77d3608  improved error handling and other clean up
     add 2b61297  change expressions to use ${} instead of #
     add c42123a  o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building) o Converted all "core" plugins (including maven-core-it-plugin) to use field-level annotations o Removed generation of parameter descriptors for ${/#component.* param specifications. o Added @readonly for parameters that cannot be overridden by user configuration (List override was dangerous here) o Added validation against pom-derived configuration for @readonly para [...]
     add 40f1fbc  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     add 57ebaea  set consistent versions
     add 4e78514  use released versions
     add fab2efc  bump versions
     add 45c71a9  remove old cvs ignore files
     add 6b4feb0  update parent references to get access to the ci settings
     add 8cbe4ce  Resolving: MNG-495
     add ab7c387  Update all versions to beta-1-SNAPSHOT
     add 1c2cf76  PR: MNG-596 add XSD definition to m2 poms and archetypes
     add da8e585  Fixing MNG-825: "Clean plugin should fail if unable to delete target" o Changed the default from complaining through the logger to throwing an   exception.
     add 2e0c2a5  update dependency and parent versions
     add fc3034a  [maven-release-plugin] prepare release maven-clean-plugin-2.0-beta-1
     add aec963b  remove release pom
     add aca56b4  rollback release, I was missing the tag base
     add cfb1391  [maven-release-plugin] prepare release maven-clean-plugin-2.0-beta-1
     add 3705cc3  [maven-release-plugin] prepare for next development iteration
     add 6d2cd5d  other directories may not be under target
     add 2de2ca9  update version
     add 044d283  [maven-release-plugin] prepare release maven-clean-plugin-2.0-rc1
     add 3ee33bc  set next version
     add 73c2aab  remove release poms
     add 6a39b53  rename mojo
     add bb5746d  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has changed, so add a bunch of exclusions to ensure the old is not picked up fix bugs in mboot that wasn't honoring excludes.
     add ace9139  update versions in plugins
     add 90180bd  [maven-release-plugin] prepare release maven-clean-plugin-2.0
     add b14758c  [maven-release-plugin] prepare for next development iteration
     add 5f9b565  [MCLEAN-4] Adding flag followSymLinks which defaults to false, and will cause the clean mojo to detect symbolic links and either traverse them when deleting, or (by default) simply delete the links.
     add 09c5271  Adding support for filesets using maven/shared/file-management.
     add 1616e72  Removed test configuration for clean mojo.
     add 9c7faf4  Changed to reflect changes in the file-management library, which allow the mojo to pass in a monitor adapter for logging, and a verbose flag.
     add 3fb35bb  Removed a debug line.
     add df180a3  Removing maven-shared-monitor for now.
     add 0293f36  Changed snapshot version to 2.1-SNAPSHOT.
     add fa2673b  Modding file-management version to 1.0.
     add 61a6b0b  [maven-release-plugin] prepare release maven-clean-plugin-2.1
     add 97c1840  [maven-release-plugin] prepare for next development iteration
     add b7144cd  [MCLEAN-6] add unit tests for clean plugin Submitted by: Jesse McConnell
     add 05b4c07  add copyright
     add 3de362f  [MCLEAN-6] additional tests for the clean plugin. Most of these really belong in the file-management shared lib. Note the bug in the lib.
     add 0809094  [MCLEAN-6] basedir align test to work in multiproject
     add 5066815  disable some tests that are platform specific
     add 28ca75d  adjust parent POMs
     add d60b227  PR: MCLEAN-12 Add site documentation
     add fe30f92  PR: MCLEAN-13
     add e77485b  PR: MCLEAN-14
     add fa17a1d  PR: MCLEAN-15
     add 85e9f5d  PR: MCLEAN-14
     add 5617b8b  removed invalid examples link in site.xml
     add 75cf251  PR: MCLEAN-14
     add 8a30754  - improved some site pages having redundant title bar messages - removed the report plugins in pom.xml - used the example description instead of the word "Example" to the title bar when viewing examples (thanks to Dennis Lundberg for the idea)
     add a5e46a4  MNG-2460: Incorrect POM inheritance for plugins
     add 7d21d38  fix link
     add 074ca58  [MCLEAN-9] document and test cleaning the report directory Submitted by: Denis Cabasson
     add 3208510  added site documentation license headers
     add 265f7e9  [MCLEAN-18] make source checkstyle compliant Submitted by: Franz Allan Valencia See
     add c94dc43  Upgrade parent pom
     add da755bc  [maven-release-plugin] prepare release maven-clean-plugin-2.1.1
     add f7db810  [maven-release-plugin] prepare for next development iteration
     add 1ec7a40  Update parent pom
     add e86cb4f  Use right current version
     add c60e710  use inheritence and make all the site appearances consistent
     add e8d3991  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 0fd3255  o updating to latest released parent
     add ca42eea  - 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 24a7140  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     add 5621bb4  MCLEAN-26: Long pathnames on windows platforms cannot be deleted
     add 1e64ad9  o added some conditions on dir in removeDirectory()
     add 2dadd03  o fixed license header o no code change
     add d5104e9  o reorganize dependencies
     add a427fec  o lock surefire-plugin version to 2.3 to avoid Plexus pb
     add eae6929  o move faq.apt to fml
     add 9410396  MCLEAN-25: Optionally don't delete the 'target ' directory
     add d01d2e0  o added since tag
     add 766f09e  o Keep the project tag on one line, to avoid loosing the license info when doing a release.
     add 31223e3  MCLEAN-24: Disable plugin execution
     add 2e39dac  o renamed file
     add 325f9d3  MCLEAN-22: Possibility to ignore deletion failures
     add ee0acc4  MCLEAN-27: fileset directory does not work as expected when cleaning "modules" in sub-directories
     add 0aa268a  o updated doc and javadoc
     add 5c6d859  o added project's description
     add b6cf040  fix NPE in tests
     add 99df203  o removed tab
     add 19fc40e  o bumped to maven-plugins:10 o removed junit dependency
     add 9bd939b  MCLEAN-8: conversion of the existing unit tests to use the AbstractMojoTestCase from the plugin testing harness Submitted by: Jesse McConnell Reviewed by: Vincent Siveton
     add 7753354  o uncomment tests which plays with locked files.
     add 2b04a74  o added scm tag due to Dennis's comment on dev@
     add ed03ecd  o using MNG-3294 o renamed ignoreErrors parameter to failOnError to be more consistent with other plugins o updated doc and tests
     add efb6d8e  o updated test cases o test locked files on windows
     add da079d8  o bumped to release file-management:1.2
     add 1f77692  o added since tag
     add fe51d0d  o fixed checkstyle errors
     add 9fa5862  o minor documentation updates
     add 23ce9a8  [maven-release-plugin] prepare release maven-clean-plugin-2.2
     add 9e6ddec  [maven-release-plugin] prepare for next development iteration
     add ea2b59c  o back down to perform a new release due to Daniel's mail http://mail-archives.apache.org/mod_mbox/maven-dev/200711.mbox/%3c14028020.post@talk.nabble.com%3e
     add 1ff36e6  o locked maven-source-plugin to 2.0.4 to pick up remote resources (LICENSE/NOTICE)
     add 7ed0289  [maven-release-plugin] prepare release maven-clean-plugin-2.2

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   (2b3a872)
            \
             N -- N -- N   refs/tags/maven-clean-plugin-2.2 (e4ee5ec)

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