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/09 15:22:37 UTC

[maven-clean-plugin] branch master created (now 72e84a3)

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

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


      at 72e84a3  [MNG-5761] Dependency management is not transitive.

This branch includes the following new commits:

     new 47acbe0  A simple clean plugin
     new 451e370  o Adding eclipse excludes.
     new 97e0c3f  *** empty log message ***
     new 920e5a6  turn into a maven plugin and add @tags for descriptor generation.
     new d5e67c9  Fix artifactId of parent plugin pom
     new 62a60a1  o get rid of plugin.xml as they are generated now from @tags in the   sources.
     new 25e9a27  Fix plugins name.
     new e5c4962  o doing the pom.xml thing PR: Obtained from: Submitted by: Reviewed by:
     new a647013  o cleaning up the @tags which are now a lot more simple
     new c4d5de2  o updating format of the @tags
     new 820154b  o correcting @tags from feedback
     new 52052f8  correcting package (just to know if this is a right one:) )
     new 7ac5414  plugins' poms are using type = plugin
     new 8410537  o Adding <modelVersion> to the poms.
     new be511aa  *** empty log message ***
     new 4aaca17  o Setting some additional ignores.
     new 7dd4a82  o Added first-pass logging and event-monitoring impls. Converted all System.out calls in maven-component plugins to use logger.
     new 632affe  flip pom format
     new 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.
     new 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)
     new 30674d2  most basic of field based plugins
     new f2f5ca8  make the detection cleaner to make it easier to clean up later
     new 687394d  change the maven group ID
     new 737357a  clean up dependencies.
     new 764ebe4  release alpha-1 plugins
     new 993ffc0  split the plugin API and the plugin descriptor code
     new f418277  clean up exception handling
     new 77d3608  improved error handling and other clean up
     new 2b61297  change expressions to use ${} instead of #
     new 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 [...]
     new 40f1fbc  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     new 57ebaea  set consistent versions
     new 4e78514  use released versions
     new fab2efc  bump versions
     new 45c71a9  remove old cvs ignore files
     new 6b4feb0  update parent references to get access to the ci settings
     new 8cbe4ce  Resolving: MNG-495
     new ab7c387  Update all versions to beta-1-SNAPSHOT
     new 1c2cf76  PR: MNG-596 add XSD definition to m2 poms and archetypes
     new 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.
     new 2e0c2a5  update dependency and parent versions
     new fc3034a  [maven-release-plugin] prepare release maven-clean-plugin-2.0-beta-1
     new aec963b  remove release pom
     new aca56b4  rollback release, I was missing the tag base
     new cfb1391  [maven-release-plugin] prepare release maven-clean-plugin-2.0-beta-1
     new 3705cc3  [maven-release-plugin] prepare for next development iteration
     new 6d2cd5d  other directories may not be under target
     new 2de2ca9  update version
     new 044d283  [maven-release-plugin] prepare release maven-clean-plugin-2.0-rc1
     new 3ee33bc  set next version
     new 73c2aab  remove release poms
     new 6a39b53  rename mojo
     new 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.
     new ace9139  update versions in plugins
     new 90180bd  [maven-release-plugin] prepare release maven-clean-plugin-2.0
     new b14758c  [maven-release-plugin] prepare for next development iteration
     new 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.
     new 09c5271  Adding support for filesets using maven/shared/file-management.
     new 1616e72  Removed test configuration for clean mojo.
     new 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.
     new 3fb35bb  Removed a debug line.
     new df180a3  Removing maven-shared-monitor for now.
     new 0293f36  Changed snapshot version to 2.1-SNAPSHOT.
     new fa2673b  Modding file-management version to 1.0.
     new 61a6b0b  [maven-release-plugin] prepare release maven-clean-plugin-2.1
     new 97c1840  [maven-release-plugin] prepare for next development iteration
     new b7144cd  [MCLEAN-6] add unit tests for clean plugin Submitted by: Jesse McConnell
     new 05b4c07  add copyright
     new 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.
     new 0809094  [MCLEAN-6] basedir align test to work in multiproject
     new 5066815  disable some tests that are platform specific
     new 28ca75d  adjust parent POMs
     new d60b227  PR: MCLEAN-12 Add site documentation
     new fe30f92  PR: MCLEAN-13
     new e77485b  PR: MCLEAN-14
     new fa17a1d  PR: MCLEAN-15
     new 85e9f5d  PR: MCLEAN-14
     new 5617b8b  removed invalid examples link in site.xml
     new 75cf251  PR: MCLEAN-14
     new 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)
     new a5e46a4  MNG-2460: Incorrect POM inheritance for plugins
     new 7d21d38  fix link
     new 074ca58  [MCLEAN-9] document and test cleaning the report directory Submitted by: Denis Cabasson
     new 3208510  added site documentation license headers
     new 265f7e9  [MCLEAN-18] make source checkstyle compliant Submitted by: Franz Allan Valencia See
     new c94dc43  Upgrade parent pom
     new da755bc  [maven-release-plugin] prepare release maven-clean-plugin-2.1.1
     new f7db810  [maven-release-plugin] prepare for next development iteration
     new 1ec7a40  Update parent pom
     new e86cb4f  Use right current version
     new c60e710  use inheritence and make all the site appearances consistent
     new 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.
     new 0fd3255  o updating to latest released parent
     new 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
     new 24a7140  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     new 5621bb4  MCLEAN-26: Long pathnames on windows platforms cannot be deleted
     new 1e64ad9  o added some conditions on dir in removeDirectory()
     new 2dadd03  o fixed license header o no code change
     new d5104e9  o reorganize dependencies
     new a427fec  o lock surefire-plugin version to 2.3 to avoid Plexus pb
     new eae6929  o move faq.apt to fml
     new 9410396  MCLEAN-25: Optionally don't delete the 'target ' directory
     new d01d2e0  o added since tag
     new 766f09e  o Keep the project tag on one line, to avoid loosing the license info when doing a release.
     new 31223e3  MCLEAN-24: Disable plugin execution
     new 2e39dac  o renamed file
     new 325f9d3  MCLEAN-22: Possibility to ignore deletion failures
     new ee0acc4  MCLEAN-27: fileset directory does not work as expected when cleaning "modules" in sub-directories
     new 0aa268a  o updated doc and javadoc
     new 5c6d859  o added project's description
     new b6cf040  fix NPE in tests
     new 99df203  o removed tab
     new 19fc40e  o bumped to maven-plugins:10 o removed junit dependency
     new 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
     new 7753354  o uncomment tests which plays with locked files.
     new 2b04a74  o added scm tag due to Dennis's comment on dev@
     new ed03ecd  o using MNG-3294 o renamed ignoreErrors parameter to failOnError to be more consistent with other plugins o updated doc and tests
     new efb6d8e  o updated test cases o test locked files on windows
     new da079d8  o bumped to release file-management:1.2
     new 1f77692  o added since tag
     new fe51d0d  o fixed checkstyle errors
     new 9fa5862  o minor documentation updates
     new 23ce9a8  [maven-release-plugin] prepare release maven-clean-plugin-2.2
     new 9e6ddec  [maven-release-plugin] prepare for next development iteration
     new 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
     new 1ff36e6  o locked maven-source-plugin to 2.0.4 to pick up remote resources (LICENSE/NOTICE)
     new 7ed0289  [maven-release-plugin] prepare release maven-clean-plugin-2.2
     new a4dd5b9  [maven-release-plugin] prepare for next development iteration
     new dd0c497  o Added svn:eol-style=native
     new 416cfc3  upgrade to last parent remove redudant plugin declaration
     new 2f7abd1  o Update links to Doxia APT reference.
     new d91417d  Try to use the 12-SNAPSHOT parent
     new cd0b6f1  o Added stub IT profile to highlight plugins during CI
     new 3bb6194  o Reordered POM
     new ad2e424  o Updated SCM web url
     new 8b4fc35  o Added basic integration test
     new 63877bb  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
     new 12e4e74  o Updated index page of plugin site
     new 1b9b532  o Updated index page of plugin site
     new f7bd11e  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new eb21d15  o Explicitly stated UTF-8 as file encoding o Updated license header
     new 5ce4bbe  o Updated index page of plugin site
     new b7fe287  o Added integration test to check handling of relative for file sets
     new d5e1aa8  [MCLEAN-31] Always resolve relative path against the project's base directory
     new 6d2f661  o Beautified string representation
     new 3a55f4c  [MCLEAN-36] filesets with an absolute path directory are ignored when !project.isExecutionRoot()
     new f8a2741  o Added further integration test
     new d56f64c  [MCLEAN-37] Make verbose mode default to Maven's global debug mode
     new 4b22fea  o Unified logging and error handling for default directories and additional file sets
     new 2ffe8c4  o Polished javadocs/annotations
     new 1c0fc9d  [MCLEAN-34] NPE when forcing delete of directory [MCLEAN-35] Upgrade plexus-utils to a new version
     new 900a5a6  [MCLEAN-33] Cannot Supress Default clean while still cleaning
     new 5ab06b1  o Polished docs
     new ceedca0  [MCLEAN-28] maven-clean-plugin doesn't delete directories with symlinks in them
     new 6d23484  [MCLEAN-29] Maven clean plugin doesn't filter resources from exclude list
     new 9d84893  o Inherited from maven-plugins:12
     new daa570e  o Formatted/reordered POM
     new 89b29db  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     new 020967d  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
     new cc153c4  o Removed superfluos repo definition which is inherited from ASF parent
     new 7299fa4  use new file management
     new 99f001f  [maven-release-plugin] prepare release maven-clean-plugin-2.3
     new 2e2633c  [maven-release-plugin] prepare for next development iteration
     new 288be09  use the latest parents
     new c91b3b8  o Inherited from maven-plugins:13
     new a26ec42  used http://maven.apache.org/xsd/* for schema location
     new 57c819a  o filtering version in doc
     new aa7c93c  o fixed ambiguous links o added Doxia xsd
     new af2312f  upgrade parent version to ensure source-release is automatic.
     new fa77a73  o Updated to maven-invoker-plugin:1.4
     new 989af01  [MCLEAN-39] followSymLinks is always set to true [MCLEAN-32] Out of Memory Error cleaning target directory with *large* number of sub-directories
     new 39b569b  [maven-release-plugin] prepare release maven-clean-plugin-2.4
     new 014e011  [maven-release-plugin] prepare for next development iteration
     new c8bcea3  o Fixed IT to properly consume process output
     new d3c3e43  o Inherited from maven-plugins:17
     new 934431b  [MCLEAN-43] Marked as @threadSafe
     new 7f0b5f8  o Bumped version to 2.4.1-SNAPSHOT in preparation for release
     new 4d37aea  [MCLEAN-44] NullPointerException when using empty <exclude> to preserve base directory of fileset
     new 06d45ca  [maven-release-plugin] prepare release maven-clean-plugin-2.4.1
     new e3f8522  [maven-release-plugin] prepare for next development iteration
     new e794d5c  [MCLEAN-45] Clean plugin should support a silent retry in case the first attemp fails
     new e4d63b2  [MCLEAN-45] Clean plugin should support a silent retry in case the first attemp fails
     new f8a1afb  [MCLEAN-46] Enable useDefaultExcludes per Fileset Submitted by: Maik Richey
     new 5ec5cf5  o Bumped plugin version to 2.5-SNAPSHOT
     new 4ae17fe  o Extended parameter docs
     new 433d581  fix relativePath to plugins parent and bump to latest parent for all plugins
     new 532f2d6  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
     new ce4e3c8  upgrade plugins to latest parent 21
     new f7755b5  Updated deps
     new 5004e50  use last parent
     new 40ba55e  prevent invoker running twice
     new b2ad4d0  [MCLEAN-50] the ability to clean only test classes: add an it as a sample.
     new cd86ec0  IT for MCLEAN-48: Failure cleaning files containing special characters
     new cea36d7  remove those files due to svn issue on osx. see https://jira.codehaus.org/browse/MCLEAN-48
     new ee1024b  [MCLEAN-48] generate files with special characters in it setup script.
     new aa44f75  Jesse is in developpers section
     new ee8e0db  [maven-release-plugin] prepare release maven-clean-plugin-2.5
     new 28ea9d0  [maven-release-plugin] prepare for next development iteration
     new 1c2f361  maven-plugin-plugin 3.0
     new 503e426  [MCLEAN-52] Use new annotations.
     new b58afaa  use Java 5 for loops syntax
     new 8857c18  use Java 5 for loops syntax
     new c51a97d  move maven-plugin-plugin version to a property
     new 33968db  use last 3.1 version
     new 41a52cb  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 060130c  annotations are not needed for plugin execution so mark dependency as provided
     new 435e099  use released parent pom
     new 245e9ec  use last plexus-utils 3.0.4
     new 48d72e5  use last p-u 3.0.5 with perf improv for selector
     new fefeb49  update maven-plugin-plugin to 3.2
     new 94d1543  upgrade all to last parent 24
     new 0b5c2f9  Follow ASF branding rules.
     new 59beaa1  More plexus updates
     new f3f6691  Oh, look at that button. Does that convert everything to correct java5 ??
     new ad1a9a7  More code analysis fixes
     new 0bd84be  Reformatted to code style
     new 24ff882  Revert "Reformatted to code style"
     new ce53260  Set correct Subversion properties: eol-style and keywords.
     new a2847dd  Add missing license headers.
     new 9bc42f3  Add missing license headers.
     new 4138c06  Fix broken test code, that was made apparent when adding license headers to the text files. The old helper method did not test for the number of files in a directory, but rather the number of bytes in a directory. With only empty files it reported 0 (bytes), even though there were files available. This also pointed out an error in the test method itself, which was testing for the wrong condition.
     new 45324e9  Add an IT that covers a similar case to the one in the unit test I just fixed. I used this to test the proper behavior of simultaneous includes and excludes in a fileset.
     new fb46315  Add missing license headers. This plugin now passes the checks done by RAT.
     new f1e1bfd  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new 9bedff1  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new c3864dc  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new ef8bd7c  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new aa22d09  added license header
     new a30ded3  [MCLEAN-57]  - Set MavenVersion to 2.2.1 using maven-api 2.2.1 etc.
     new 865434f  [maven-release-plugin] prepare release maven-clean-plugin-2.6
     new 2db954c  [maven-release-plugin] prepare for next development iteration
     new 09cb56f  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new f2236c2  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new 059dc23  [MCLEAN-55] Updated to maven-shared-utils, which includes NIO delete
     new 134826d  [MCLEAN-58] Use better symlink support
     new 32c460c  msu 0.7. Will break the build
     new 385f3c0  [maven-release-plugin] prepare release maven-clean-plugin-2.6.1
     new 251e217  [maven-release-plugin] prepare for next development iteration
     new c6fa1df  Rolled back to 0.7-SNAPSHOT, will do later release once 0.7 has been released
     new 014223f  Dont need snapshot version any more
     new 6f4e6c8  [MCLEAN-59]  - Changed from org.apache.maven.shared:maven-plugin-testing-harness:1.1    to org.apache.maven.plugin-testing:maven-plugin-testing-harness:1.3
     new f158ac8  - Fixed checkstyle reported errors.
     new 983059a  [MCLEAN-61]  - Upgrade org.apache.maven.plugins:maven-plugins:25 to 26  - Cleaned up pom accordingly.
     new f84830d  [maven-release-plugin] prepare release maven-clean-plugin-2.6.1
     new 81c20f5  [maven-release-plugin] prepare for next development iteration
     new 7657a52  - Rollback Release.
     new 582a2e6  [maven-release-plugin] prepare release maven-clean-plugin-2.6.1
     new a450c84  [maven-release-plugin] prepare for next development iteration
     new ea90967  Cleaned up pom and let the parent do it's work.
     new 00edf32  [MCLEAN-62] Upgrade to maven-plugins parent version 27
     new e69aa6b  Removed unused property.
     new a3e35ee  changed svnpubsub url from /content to /components
     new 2b96031  moved Jira from Codehaus to Apache
     new 5d49d46  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new 026c501  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new 5f75f2c  [MCLEAN-56] Make Plugin only 3.X compatible - get rid of Maven 2.
     new d0b3765  [MCLEAN-65] Bump version to 3.0.0
     new 7ea5f22  [MCLEAN-66] Upgrade maven-shared-utils to 0.9
     new c462e00  [MCLEAN-63] Make naming of properties consistent
     new bee3390  Cleaned up documentation issues.
     new e38062d  Cleaned up checkstyle reported errors.
     new 69c8aee  [MCLEAN-67] Change package name to org.apache.maven.plugins
     new ccd5874  Fixed formatting of license header.
     new c66af6b  [MCLEAN-69] Upgrade maven-shared-utils to 3.0.0
     new 9daa221  Update maven-plugins parent to version 28.
     new 836e0af  [maven-release-plugin] prepare release maven-clean-plugin-3.0.0
     new 97703d3  [maven-release-plugin] prepare for next development iteration
     new 4370bb7  [MPOM-95] updated parent pom location
     new d0f2fb3  updated Jira url
     new ce3f0ee  [MCLEAN-73] Upgrade of maven-shared-utils to 3.0.1.
     new 2df529d  [MCLEAN-74] Upgrade of commons-io to 2.5.
     new e4fd027  [MCLEAN-75] Upgrade maven-plugins to version 30
     new 3f1d4d6  [MCLEAN-76] Upgrade maven-shared-utils to 3.1.0
     new e322dbb  [MCLEAN-77] Remove link to non-existing Codehaus wiki
     new 74087c8  o Updated to latest parent SNAPSHOT.
     new e5cc8b6  o Reverted last commit to reset to release version parent's.
     new 72e84a3  [MNG-5761] Dependency management is not transitive.

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