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:23:15 UTC

[maven-dependency-plugin] branch master created (now 9b95ff9)

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-dependency-plugin.git.


      at 9b95ff9  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new dd7cb79  Initial import of dependency plugin from the mojo project. This code represents a refactored version of the plugin 2.0. It is near complete but not ready for use yet.
     new a890366  update site descriptor
     new 43d7789  Set svn properties
     new 2a879f4  Lookup missing version in populated dependency list prior to dependency management. MDEP-20
     new c431032  MDEP-4: Support tgz, tbz2, tar.gz, tar.bz2 unpack types
     new 6d561d8  MDEP-9: fix howto typos
     new fc4ad8b  Fixing MDEP-7: "ClassCastException caused by DefaultArtifact vs. ActiveProjectArtifact" Patch by Christian Schulte. Changed the patch a bit as the plugin has moved to Apache since the patch was created. o Replacing a cast to DefaultArtifact to Artifact.
     new 2ad60e0  MNG-2460: Incorrect POM inheritance for plugins
     new eb443da  PR: MDEP-30
     new 2e4342d  PR: MDEP-30
     new fc3b2c0  PR: MDEP-30
     new 787dbbb  PR: MDEP-30
     new 4f02877  test commit
     new 2a2b3a6  Adding purge-local-repository mojo, and removing unused ArtifactItem copy, to satisfy PMD. Also added some documentation for the purge mojo.
     new b223b19  o Fix typos in the documentation.
     new b00a97c  [MDEP-34] Documentation shows wrong groupId and artifactId
     new 0bc3f8c  o Replace tabs with spaces.
     new dcd4cdc  use version 3 for parent pom
     new db3fb27  [MDEP-31] Applied patch to remove @readonly annotation from the scope parameter.
     new 2f1e2ec  Applied patch for [MDEP-24] from Valerio Schiavoni
     new 378abe2  [MDEP-29] patch applied from Jimisola Laursen
     new 71eb819  [MDEP-21] & [MDEP-22] added exclude scope option.
     new b324565  [MDEP-21] & [MDEP-22] added exception on exclude test scope since this would always exclude everything.
     new f454443  [MDEP-37] applied patch from kristian meier
     new ba51710  [MDEP-21] & [MDEP-22] removed testing print out
     new ddd6de7  [MDEP-16] added timestamp checking to marker files. This is now the default method for checking if a file needs to be expanded again.
     new 72625cc  started adding integration tests
     new dad6b17  more integration tests
     new b82d458  More mojo integration tests
     new 31eda9a  More mojo integration tests
     new 9cf0894  more tests
     new 88325f6  more unit tests
     new 392709d  fixed formating and imports
     new 1a6d9e8  more unit tests
     new b8a91d2  more tests
     new 3c1e985  more tests
     new 941169b  cleaned up formating
     new 4d293e3  more tests
     new 02c2d57  UnpackDependenciesMojo unit tests
     new 7196ab8  added more unit tests to unpack-dependencies
     new bd29761  refactored methods from the static utility class into the proper abstract parents.
     new 8c7ab15  MDEP-41: changed output of artifact item toString()
     new dc7b433  MDEP-39: corrected pom xlmns
     new 84d354e  Enabled unpack with classifier tests
     new 32d9460  update all parents
     new ea80395  use inheritence and make all the site appearances consistent
     new ab8cbd0  MDEP-40 fixed version
     new 80bcd48  [MDEP-46] Fixing tests for linux platform.
     new a85a401  MDEP-29 - fixed filename output
     new f8fad10  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 defe691  site work
     new fe3fe95  added overWriteIfNewer to copy/unpack to match copy-dependencies/unpack-dependencies
     new e567347  DEP-43 applied patch from Richard van der Hoff to allow include/exclude by classifier. Also updated site docs.
     new 8eadc24  updated license and copyright statments per http://www.apache.org/dev/apply-license.html
     new cf946f8  updated license and copyright statments per http://www.apache.org/legal/src-headers.html
     new 9191e18  removed howto.apt - superceded by usage.apt
     new 1dcd4a8  clarified version search in site
     new 2438813  MNG-2665 - fixed broken faq.fml
     new 16e01dd  refactored tests to isolate the test related utilities from the test cases themselves
     new c419c87  added CopyMojo tests
     new e063345  added more copymojo unit tests
     new 2dbc53d  o updating headers to ASF standards
     new a084b0c  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@480816 13f79535-47bb-0310-9956-ffa450edef68
     new c887541  merge in refactor and copy unit tests
     new 1ee3ffa  unpack refactor
     new a59a974  checkstyle error correction
     new 5bd8584  added unit tests for unpack
     new 8b01a32  updated to latest parent and fixed bug in striping version from file name.
     new fbc93ed  MDEP-51: fixed incorrect file name.
     new a9a770d  MDEP-51: fixed snapshot being replaced with timestamp regression
     new 45d7b10  MDEP-51: additional unit test
     new aeb4da9  o updating to latest released parent
     new ebee11a  completed unpack/copy unit tests
     new c63fcff  MDEP-5 changed dependency resolution to test to allow include/excludes to pick from all dependencies.
     new 3855928  updated to newer dependencies
     new 4972346  MDEP-52: error in excluding provided or runtime scope.
     new 2cf9310  updated site and fixed linux test failure
     new 3e647b0  debug statements for linux (temporary)
     new fb46ae8  debug statements for linux (temporary)
     new b458f71  fixed linux test failure and corrected pom name.
     new 000660a  site updated to clarify overWrite rules
     new 8eb0383  accidentally commited pom with commented out section to make eclipse:eclipse work.
     new 14b89e1  [maven-release-plugin] prepare release maven-dependency-plugin-2.0-alpha-1
     new aec96b2  - 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 430125d  merged release branch to trunk
     new 3976c27  formatted pom
     new 48a03ec  MDEP-26 - applied patch from Anagnostopoulos Kostis - writes out the classpath to a file that can be consumed by java -cp
     new c27fc30  MDEP-26: added site info
     new d40d8e5  MDEP-54: include, exclude by artifactId or groupId. Patch from Chris Love.
     new b19c488  MDEP-26: added unpack tests MDEP-56: fixed test-jars issue.
     new 84ea96e  added a couple it tests
     new 8e24d33  MDEP-57: dependency:resolve should output scope
     new 28e7407  MDEP-57: dependency:resolve should output scope
     new cb388a9  mdep-27 - added IT test pom. Can't reproduce.
     new 6da88bb  mdep-50: IT test.
     new 6d6891f  merged in mdep-50 branch
     new 4527855  applied patch from Steve Neuhauser to make groupId match use startsWith() instead of equals()
     new 46fb54a  added ability to ignore failures after translating artifacts by classifier
     new e82e148  MDEP-50 - rolled back for now
     new 4397fe3  MDEP-63
     new 6395e14  MDEP-65 - added repository layout parameter Patch provided by Alexis Midon
     new 88ff1fa  MDEP-58 - fix linux / mac unit tests
     new 7415ab8  upgrade dependencies
     new 68d45d1  added undeclared dependencies
     new 716d0e6  mdep-67 - fixed npe and added new use case in finding missing version.
     new f8c288e  MDEP-61 - added includeScope IT.
     new e55213c  MDEP-66 - implemented dependency:sources
     new fd7eeb6  updated pom to put the license and notice back in.
     new 9af7727  rollback plexus-utils to 1.1 to avoid conflicts with m2.0.6
     new 362d4d9  [maven-release-plugin] prepare for next development iteration
     new f71ad7a  merging site updates to trunk because they apply to 2.0-alpha-2
     new 5443d81  minor faq fix
     new 3966ba3  merged in the analyze branch.
     new c6147dc  changed analyzer dependency to release version and excluded direct dependency override from depMgt checks.
     new a96d9ba  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@519529 13f79535-47bb-0310-9956-ffa450edef68
     new a8591c1  fixed up analyze-dep-mgt to detect direct overrides.
     new c00fb0a  [maven-release-plugin] prepare release maven-dependency-plugin-2.0-alpha-3
     new 7c1cc1d  [maven-release-plugin] prepare for next development iteration
     new 01ee12f  fix grammar
     new 28aef74  MDEP-78: labels where reversed
     new 071552e  MDEP-73: applied Mark Hobson's patch to skip pom projects.
     new ba1d5dd  update to latest analyzer
     new 2087691  MDEP-76: added exclusion checking
     new 5066a17  MDEP-76 more tests
     new f2905fd  MDEP-74 : set default to only show compile scope unused dependencies.
     new ea3da70  [maven-release-plugin] prepare release maven-dependency-plugin-2.0-alpha-4
     new 6790d3b  [maven-release-plugin] prepare for next development iteration
     new fe66f40  fixed version ids
     new bdb8be1  updated site.
     new f3386d6  MDEP-75: applied patch from Przemyslaw Madzik
     new f313918  updated my info
     new 3723129  updates to analyze to allow scriptable mode.
     new 0e28e81  workarounds for MNG-2961
     new 2241466  MDEP-87 - fixed up the code, added more logs and tests. No problem found.
     new fe5cef6  MDEP-80 fixed copy if overWrite=false, added tests
     new dafc11d  MDEP-83 - fixed typo
     new fa644b7  MDEP-81: skip projects with no target folder.
     new f5870c4  turn silent tests back on
     new 3869d41  MDEP-89 - added file and path separator overrides
     new e17c90c  rollback cobertura
     new 99de92b  added faq entry
     new 31d6c18  MDEP-93: fixed OOM in tests. Patch from Mark Hobson
     new 3e77aa2  MDEP-94: adding tree mojo from help plugin
     new 2766fe3  MDEP-95: applied patch from Oliver Lamy to fix JDK 1.4 OOM in unit tests
     new 542aea5  MDEP-96: allow includes and excludes in the same filter
     new 84a3385  bumped up dependencies
     new 4018483  MDEP-59: updated dependencies to get the new unarchiver for rar. Had to move around the tests to avoid new heap size issues.
     new d7b9296  remove debug comment
     new 44f8d29  fixed reference to old plugin name
     new 74cd3fa  fixed site bug and start refactoring stubfactory to move to testing harness
     new faacd39  moved most of the stubs and stub factory up to the testing harness to be shared with other plugins
     new c270353  o Moved maven-dependency-tree to 1.1-SNAPSHOT for node states, visitors and filters o Updated to use SerializingDependencyNodeVisitor for serialization o Added various new parameters to dependency:tree to support: 	- scope filtering 	- node state filtering 	- artifact includes/excludes filtering
     new 3e9c9b5  Fixed typo
     new b5238da  Reset SVN properties for *.java and *.xml files to Apache standard.
     new 8e822a7  [MDEP-94] Add dependency:tree goal
     new 7b6b9e1  Reverted r552517 changes that required maven-dependency-tree 1.1-SNAPSHOT from trunk - they now live on the maven-dependency-plugin-tree-1.1 branch.
     new 9b89d74  put the exclusions back in the pom
     new 961ea72  add snapshot repo for plexus-archiver
     new 402c12b  MDEP-99: added role hint for swc
     new d929e56  applied patches from Damian Bradicich for MDEP-47
     new 4d30e4e  minor site updates
     new 66fcbf6  o Remove whitespace inside a pre element, to avoid making the page wider than it needs to be.
     new e7f97c4  added it test framework
     new 22f58fb  fixed dependency versions
     new 19511df  IT for MDEP-98
     new 0c271d6  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@563723 13f79535-47bb-0310-9956-ffa450edef68
     new 8194471  fixed version and bound plugin to test
     new 775d8a6  merged in branch with the patch from mdep-104
     new ae91868  fixed titles
     new 46a10c8  Merged r576422:576436 from tree-1.1 branch into trunk
     new 57c9c45  Updated for unmodifiable sets being returned by ProjectDependencyAnalysis.
     new 7e6633f  Renamed displayUsed parameter to verbose
     new 0277e1e  Improved analysis logging to only display found information.
     new 34f571d  o Turn ignoreNonCompile off by default since I believe these cases should be handled properly by maven-dependency-analyzer o Turn outputXML off by default since it makes the output rather verbose
     new d526dbb  Use standard artifact format when outputting resolved artifact scopes
     new c6449f7  Upgraded maven-plugin-testing-tools to 1.0-alpha-3-SNAPSHOT to fix tests under paths with spaces.
     new 43ac7ef  Moved misplaced newline
     new e8b8c2c  [MDEP-101] Added dependency:list alias for dependency:resolve
     new c55dcc9  o Replace tabs with spaces.
     new bc5ff23  Correct typo - use method argument rather than class field.
     new 5d2f1e0  o Pulled-up AnalyzeMojo functionality into AbstractAnalyzeMojo to allow different Plexus annotations to be specified on subclasses o Changed AnalyzeMojo to @execute phase="test-compile" for standalone functionality o Added AnalyzeAttachedMojo to @phase verify for participating in the build lifecycle o Improved Javadoc
     new 87f70a9  Made private method private
     new 7cba6fe  Formatted source
     new 2f76d7e  o Javadoc improvements o Made field private
     new 4015864  Formatted source
     new 04192f5  Fix minor doc typos
     new 7097421  Renamed analyze-attached goal to analyze-only as agreed on dev list.
     new 926998d  Use friendlier expressions for analyze mojo parameters.
     new 81e35db  Removed unused dependency maven-test-tools - thanks dependency:analyze!
     new 6e67148  Updated docs for analyze, analyze-only, list and tree goal changes.
     new b53a0fb  Added an example to the site for failing the build on dependency analysis warnings.
     new 29b4ba9  Use sentence case for examples - makes it easier to read in the site nav.
     new ff38841  use an existing site plugin snapshot
     new c9b13fc  propogate the maven.home property for the invoker
     new 586bd43  site updates. prepare dependencies for release
     new b7dc773  o Replace tabs with spaces.
     new a989d9b  o Use an output file name without spaces.
     new 0bcc9e4  Removed conflict
     new fbc63cc  Reapplied r576487 that got overwritten in r579029:
     new cf066c6  Add doc about packaging dependencies' sources
     new 3fc9341  Remove unneeded repo and use current version for dependency plugin
     new 4ed9670  make abstract test... abstract
     new 32a29e6  MDEP-116 : [dependency:copy-dependencies] Add parameter to allow extracting POMs
     new cab0d87  Next version planned in jira is 2.0-alpha-5
     new 3e76652  MDEP-116 : [dependency:copy-dependencies] change log level to explain that we aren't able to copy the pom
     new b703ba2  MDEP-116 : [dependency:copy-dependencies] the exception message is enough
     new 5142796  [MDEP-100] Merged branch into trunk:
     new 1d74df7  changed default scope
     new 258ecd0  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@605003 13f79535-47bb-0310-9956-ffa450edef68
     new 8578aa5  remove stray conflict text
     new 4a40652  bumped to released test tools
     new d4e1d76  Moved remotely
     new b1062f7  Moved remotely
     new dca9a09  Moved remotely
     new 43479ea  Moved remotely
     new 87e8cab  Moved remotely
     new c313cf9  Moved remotely
     new 7d571b1  Moved remotely
     new 809237c  Moved remotely
     new 2d5d627  Moved remotely
     new afa8c76  Moved remotely
     new d7adc89  moving the tests
     new 62cc36e  moving the tests
     new 354076b  moving the tests
     new c0d97a1  moving the tests
     new c41154b  moving the tests
     new 5a1a61e  moving the tests
     new 0ad4b12  moving the tests
     new e8b6e67  Updated to use the filters that where moved to maven-common-artifact-filters
     new 8de6986  MDEP-129: allow property substitution of the local repo paths.
     new cc093af  MDEP-130: allow the classpath to be attached.
     new a805f26  MDEP-119: create the classpath output folders if needed.
     new 7a3c5db  MDEP-125: output classpath in a format than can be used for filtering.
     new 09b535d  MDEP-111: allow output to files on resolve goals and consolidate outputfile parameters
     new 82edd59  MDEP-131 & MDEP-132: report translations
     new 0b6d868  [MDEP-133] Add dedicated resource bundle for locale "en" Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg
     new ec6a29d  o Set EOL style to Native and add subversion keywords.
     new 00c28c3  MDEP-134 added pom that breaks dependency tree
     new d0d9dd0  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@614295 13f79535-47bb-0310-9956-ffa450edef68
     new 0ec0679  added warning that tree mojo needs >=2.0.8
     new 677198f  bumped dependencies
     new 229faf1  locking down plugins
     new 743547f  [maven-release-plugin] prepare release maven-dependency-plugin-2.0
     new 946cf3a  rollback failed release
     new 1bb36b0  [maven-release-plugin] prepare release maven-dependency-plugin-2.0
     new 438abd1  [maven-release-plugin] prepare for next development iteration
     new 5d06974  corrected the javadoc tags @since params
     new a91e6e4  jdoc fix
     new dbb0012  MDEP-150 deterministic analysis ordering
     new ccc60c0  updates to clarify includes/excludes handling.
     new 613fc56  fixed parse error
     new 0cffac3  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@633255 13f79535-47bb-0310-9956-ffa450edef68
     new e9626e9  moved its to make room for the shitty plugin
     new 8b9d1b2  added shitty plugin for a new IT to check the filtering during unpack
     new 5ea80a7  added snapshot repo so continuum can build.
     new b7ee030  fixed parsing error in xdoc
     new 07d283c  changes while debugging some doxia stuff
     new 3793190  o Added svn:eol-style=native
     new 44ada05  MDEP-157 MDEP-139 patch from Frank Cornelis to fix output formatting
     new 624a2c4  o Added svn:eol-style=native o Added svn:keywords
     new 358f480  Fixing a couple of spelling typos.
     new ab79500  Bumping all parent versions to 11, to allow deployment to alternative locations.
     new 4e857ff  added esb and nar unarchiver support
     new e36565f  o Updated to maven-plugin-plugin:2.4.2 to bypass MPLUGIN-107
     new cd7bd77  Try to use the 12-SNAPSHOT parent
     new 45a786e  o Updated to shitty-maven-plugin:1.0-alpha-3-SNAPSHOT which fixes MSHITTY-26
     new 7125709  o Adjust indentation.
     new d97f6fd  o Adjust indentation. o Remove tab characters.
     new abf3b37  Ident pom
     new bca83af  enforcer rule is defined in parent
     new fdd3b8c  versions of plugins to use are defined in maven-parent
     new ebb0217  Remove unused dependencies
     new ea3e16f  Reporting is already defined in plugins-parent
     new f2a0a7f  Move repo near the plugin to remember to remove it
     new 8a076fd  Move integration tests in the dedicated profile
     new 598f29f  cobertura:clean is configured in maven-parent
     new 3d4927d  o Synced id and activation of integration-tests with core ITs
     new 09440f6  o Reordered POM
     new bac8d70  o Removed license info which is inherited from ASF parent POM
     new 4aea035  o Added SCM information (compare http://www.nabble.com/Re%3A-%3Cscm%3E-element-in-plugin-POMs-p18934198.html)
     new 9eb8899  o Added project description
     new daf7ae9  o Updated index page of plugin site
     new a0c4a87  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 774e454  o Removed site elements which are to be inherited
     new 930d53f  [MDEP-178] Create a goal to download single artifact transitively
     new 1e13382  Add an option to resolve non-transitively
     new 8316e46  o Explicitly stated UTF-8 as file encoding o Updated license header
     new e9f61be  o Updated index page of plugin site
     new ae216ac  MDEP-180: fix the repository layout option (and also bump dependency tree version)
     new 9f6cff9  MDEP-181 use installer to produce the repository layout. Patch from Igor Fedorenko
     new acb44f6  MDEP-181 use installer to produce the repository layout. Second Patch from Igor Fedorenko
     new eefd6b7  o Inherited from maven-plugins:12
     new a7d0cd9  o Formatted/reordered POM
     new c76d835  minor printing cleanup lowercased "includes" fixed javadoc to avoid usage of \/ to instead encode forward slash via HTML character entity reference /
     new 77bc62f  MDEP-183: add additional zip based unarchiver types
     new 97ffd40  o Avoided deprecated syntax @parameter expression="${component...}"
     new 9cb8332  use new analyzer
     new a25a027  [maven-release-plugin] prepare release maven-dependency-plugin-2.1
     new 07ab82d  [maven-release-plugin] prepare for next development iteration
     new c66f897  MDEP-145 merging branch from pisong@apache.org (includes patch from jerome creignou)
     new dd1f45c  o Inherited from maven-plugins:13
     new 65b3a14  used http://maven.apache.org/xsd/* for schema location
     new ecfc9eb  o Migrated ITs to use maven-invoker-plugin
     new 4de8210  o reordored goals declaration
     new ded2244  MDEP-206: Add new Mojo to find duplicate dependency declared
     new 68d96f8  o fixed license header
     new 2fb1037  o Added plugin version to POM snippets in documentation
     new 2b8cb63  o filtering version in doc
     new 7198eaa  o fixed ambiguous links o added Doxia xsd
     new 703f7ac  o order dep
     new 684f474  MDEP-228: Review the Doxia Sink calls
     new 2d747a3  o Added some basic ITs
     new 29f92db  [MDEP-164] If copyPom is set to true, poms should be copied regardless of whether the jar file already exists.
     new 636683d  upgrade parent version to ensure source-release is automatic.
     new d2749d7  o Updated to maven-invoker-plugin:1.4
     new f792b2e  o Add l10n-maven-plugin.
     new c273c80  MDEP-179:Add ability to use an alternate repository at copy and unpack mojo's execution time
     new cb69ebb  MDEP-142: add IT, not able to reproduce the issue.
     new 23d91d7  MDEP-238: fixed bad links at examples/preparing-dependencies.html
     new 51486bf  MDEP-142:upgrade to plexus-archiver-1.0-alpha-12, plexus-io-1.0-alpha-5, maven-plugin-16.  Plus added missing dependencies reported by dependency:analyze
     new 7e0fcc9  MDEP-138:update plexus-utils-1.5.1 to fix space in path issue which only found on linux. This will fix MDEP-142 as well
     new b9fc52c  use a much smaller test archive in 'unpack' IT
     new 0c528c2  fixed a bad link
     new 34ef86c  MDEP-226: document destFileName usage.
     new 5004f39  MDEP-155: corrected build-classpath mojo usage
     new a72e5fb  MDEP-191: Tidy up logging from unpack, submitted by Tom Palmer
     new 4152be3  prepare IT for MDEP-242 where unpack tgz with excludes configuration is not working
     new 40196b4  [MDEP-235] Better handling of comma separated string configurations
     new e0df304  revere r894970, excludeClassifers is broker, need IT first
     new aa84f38  [MDEP-193] use maven-common-artifact-filters-1.2 to excludeClassifers and includesClassifers to work. IT added
     new 9ad83bb  [MDEP-235] Better handling of comma separated string configurations. IT added
     new 4b9e1b6  [MDEP-219] include classifier in XML output for dependency:analyze
     new 28cb9f7  [MDEP-161] Honor outputFile configuration in depenendy:resolve-plugins goal
     new 43e104e  - Use ArtifactRepositoryFactory to construct alternate local repository instead of directly invoke the DefaultLocalRepostory constructor. - Rename alternateLocalRepository to localRepositoryDirectory for clarity and configuration naming convention
     new b203f24  [MDEP-248] Add Swedish translation
     new 4842c6b  [MDEP-248] Add Swedish translation
     new 0c64097  o Used proper id for local repo
     new d6b4b57  o Fixed retrieval of repository layout to use container for proper component creation
     new f49d699  [MDEP-143] updated maven-dependency-analyzer version to use fix from r922584
     new 9198fdc  removed unused import
     new 3d284bc  o removed unused code o fixed typos
     new a61260c  fixed errors reported by Checkstyle
     new 68c7e03  fixed typos
     new fa38402  o Inherited from maven-plugins:17
     new a1cbcc3  updated reporting plugins dependencies: maven-reporting-api 3.0 and maven-reporting-impl 2.0.5
     new 7a7fed3  new goal to list the repositories used by the current project.
     new ee2b216  no print stacktrace. bad programmer!
     new 7a1ea35  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@949061 13f79535-47bb-0310-9956-ffa450edef68
     new 3c9da63  MDEP-240 added the ignoreCompile to the report.
     new 5f5c766  MDEP-260 patch by Sergei Ivanov to fix fileSeparate replaceAll crash.
     new f1b1721  MDEP-250 add a skip parameter to copy/unpack
     new 2525353  fixed formatting
     new e5811fa  BuildClasspathMojo.java is 1.5 required (use Pattern.quote() ).
     new 2466409  o Decoupled test from questionable handling of dependencyManagement in dependencies
     new c967b2a  MDEP-215 - applied patch by Jo Odland. Adds useSubDirectoryPerArtifact
     new aab8116  MDEP-292 applied patch from Greg Vanore
     new 7fcc305  [MDEP-215] copy-dependencies -- useSubDirectoryPerScope [patch]
     new 1797d2f  MDEP-281 applied patch from Selim Ok
     new 7da8abd  MDEP-192 patch from Nikola Petrov
     new c4db4b3  MDEP-262 patch from Tobias Glerke
     new 10cd503  MDEP-211 patch from Oumar Aziz OUATTARA
     new 18ead89  fixing the IT broken by MDEP-192. The classpath order was changed on purpose
     new e8a10da  o Added/polished license headers
     new 06d7222  o Updated to maven-invoker-plugin:1.5
     new ad0d27d  o Updated IT to use non-controversial classpath scenario
     new caeecf1  [MDEP-296] Add new goal to set properties containing the file paths of dependency artifacts.
     new 6b51461  MDEP-225 applied patch to touch marker file timestamps if they already exist. Patch from Phillip Hellewell
     new 42fa273  bump the parent
     new b308ef3  use released analyzer
     new 6d67dea  [maven-release-plugin] prepare release maven-dependency-plugin-2.2
     new 3036bfb  [maven-release-plugin] prepare for next development iteration
     new 5d9748f  revert the staged release
     new 39faecb  use the released parent
     new 4ccb26d  [maven-release-plugin] prepare release maven-dependency-plugin-2.2
     new c575170  [maven-release-plugin] prepare for next development iteration
     new 49e5bc8  added Java 5 generics
     new 7b2db32  improved error message, since this tests fails sometimes on grid on Windows
     new de2da2a  fix relativePath to plugins parent and bump to latest parent for all plugins
     new 6401e35  added output to investigate intermittently failing test
     new d06a09e  o fixed encoding used when reading pom file (XML detected instead of platform) o removed reader descriptor leak
     new ea0eadc  code formatting and simplification
     new 32015a3  improved javadoc
     new f5ffd20  updated plugin-testing tools to reduce file handle leaks
     new 8a705d5  added debug output to try to understand what is failing on grid
     new 4257a58  reduced attributes visibility
     new 5d7cea5  added debug output to try to understand what is failing on grid
     new d2ff6a2  improved debug output to try to understand what is failing on grid
     new 4fe8e64  updated plexus-archiver to see if PLXCOMP-163 was causing the issue with grid
     new 8f63d22  added quotes to includes/excludes values in log message
     new ce94cc6  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
     new 6df79fa  Add a temporary repository so that plexus-archiver:1.3-SNAPSHOT will be available to CI-servers.
     new 5548fe2  updated reporting configuration for Java 5
     new 5a8ab81  [MDEP-315] Add pt_BR localization Submitted by Taciano Tres
     new 83c1a23  Test is 1s too brittle on MacOSX getting intermittent failures 1 out of every 5 runs (approx) but all seem to go away by increasing the timestamp differences by 1s
     new 161aba7  [MDEP-316] dependency:copy and dependency:unpack behave differently with M2 and M3 (should always search the reactor for artifacts)
     new 84a5508  [MDEP-265] Add classifier option for dependency:get
     new a020cd1  [MDEP-145] Closing out documentation gap
     new 9ef9f3c  update parent
     new 7b90dab  upgrade to latest surefire release
     new c487d1d  upgrade to latest m-compiler-p release
     new 73bb393  Upgrade to plexus-archiver 2.0
     new e03e084  up invoker version
     new 67a8fc6  use latest m-s-file-management
     new 93b29c5  update commons-collections
     new 78be814  maven-plugin-testing-harness is a royal pain.
     new 2088a84  [maven-release-plugin] prepare release maven-dependency-plugin-2.3
     new 99eaa0c  [maven-release-plugin] prepare for next development iteration
     new a1463dc  o Add localization report for pt_BR
     new d5516c1  not sure why this test is broken on CI, but now we liminate side effects
     new 8a4f3ca  MDEP-319 try to fix randomly failing test
     new f007689  Small adjustments trying to fix unstable results: - use only one System.currentTimeInMillis() - compare lastModified() of both files instead on the intended times. According to API it depends on the OS how this value will be set.
     new 47c7410  [MDEP-324] Use fixed 2.0.1 plexus-io to work with java7
     new c0363b0  Fix boolean operation
     new f55d866  [MDEP-333] Fix repository handling of dependency:get. Allow setting the repository id and layout for multiple repositories using deploy-plugin notation. Add usage documentation.
     new 688dfcd  [MDEP-334] Add a destination parameter to the get mojo
     new a3dd938  [MDEP-284] Get Mojo ignores the transitive attribute because of a typo in the parameter declaration. Add IT tests too. Patch by Baptiste Mathus
     new c6584cd  [MDEP-333] Add a test for the remoteRepositories parameter and fix issue found with parsing
     new b4acbb7  fix some formatting: no functionnal changes
     new 5e3132d  [MDEP-331] Add to purge-local-repository goal ability to clean only snapshots.
     new 812ecc7  [MDEP-331] Add to purge-local-repository goal ability to clean only snapshots. add it test
     new b6c6299  commons-lang is really used not only for compile
     new 6e27ffa  [MDEP-306] Unpack does not handle spaces in includes/excludes
     new 051790c  Remove deprecated config
     new bd79788  [MDEP-336] Add warning about always downloading from central
     new bb15e6c  [maven-release-plugin] prepare release maven-dependency-plugin-2.4
     new 1717a9e  [maven-release-plugin] prepare for next development iteration
     new 891c506  no need for a Lead, and remove empty tags
     new f1f7829  Fix MDEP-297: outputType is indeed part of 2.2 instead of 2.1
     new de7cdfe  code formatting
     new c9b16cd  Updated deps
     new ecc9f6b  use default-value instead of expression for readonly parameters
     new 233a104  suppress warnings
     new ae95d4f  use last parent
     new dd79fc9  remove configuration inherited from parent
     new 1592cdc  [MDEP-357] use plugins annotations.
     new 8203622  oups this change was only for local testing purpose
     new 460ef1f  all are already in developers section from parent
     new 6b88dd7  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 2044633  reactivated postBuildHookScript
     new 7be3c7b  [MDEP-339] fixed tree mojo under Maven 3
     new 2191637  updated pom xsd location
     new deab8a1  [MDEP-286] fixed typo
     new 6e4bfd2  updated dependencies to released versions
     new d37e3c8  fixed errors reported by Checkstyle
     new cc9db00  [maven-release-plugin] prepare release maven-dependency-plugin-2.5
     new 16cd76b  [maven-release-plugin] prepare for next development iteration
     new 234ef74  revert release
     new cd77bd5  [MDEP-353] fixed documentation Submitted by: Matthew Farwell
     new db1c8e2  [MDEP-363] The plugin should not write debug messages to 'System.out'.
     new 78ec68b  annotations are not needed for plugin execution so mark dependency as provided
     new 34263c0  fixed typos
     new c7d1e73  code formatting
     new c038364  avoid creating Log at each invocation
     new 261df7a  fixed links
     new 6510e79  [MDEP-187] improved error message to describe the real cause of the problem
     new 56237dc  [MDEP-98] improved error message to describe the real cause of the problem
     new 4aa7aff  updated released dependency
     new 2f76cd8  [maven-release-plugin] prepare release maven-dependency-plugin-2.5
     new 556fa5c  [maven-release-plugin] prepare for next development iteration
     new 9f4423d  [MDEP-365] includes/excludes doesn't work anymore with unpack-dependencies 2.5.
     new f81cebd  code formatting
     new 09c6e63  upgrade parent version used
     new 2901102  add it for unpack-dependencies goal
     new d328cc0  fix typo in directory name
     new 2bc813e  fix typo in directory name
     new 1828891  really use verify script
     new dc8ad34  really use verify script
     new 3f34a81  correctly use a verify file
     new a795795  [MDEP-368] Configure plexus-archiver to use java.io.File methods to set permissions when available.
     new 1c41386  add @since
     new 1a25bfa  next release will be 2.5.1-SNAPSHOT
     new 86f5824  [maven-release-plugin] prepare release maven-dependency-plugin-2.5.1
     new 5209abd  [maven-release-plugin] prepare for next development iteration
     new 1f25b59  fixed @since
     new 5266cd1  [MDEP-371] useJvmChmod true by default.
     new 00ca1a3  use last plexus-io 2.0.4 and p-u 3.0.4
     new dc90359  due useJvmChmod default value change bump to version 2.6
     new 68a6937  use last p-u 3.0.5 with perf improv for selector
     new 4ff5327  replace StringBuffer by StringBuilder
     new 30e6197  [MDEP-377] use last p-u version 3.0.7 which is faster for file copy
     new 8365389  [MDEP-376] -Dexcludes filtering not working anymore
     new 6481bd8  Fixed minor spelling error
     new 3e205f0  Fix test for Windows. Can't write to a file if it uses:     public String pathOf( Artifact artifact )     {         return artifact.getId();     }
     new 2b81de2  MDEP-366 - Fix NPE when using site report : dependency:analyze-report
     new 1ed3933  [MDEP-381] Unpack/copy an artifact from commandline
     new 199c9b3  Upgrade pluginTestingVersion from 1.2 to 2.1 Upgrade maven-common-artifact-filters from 1.2. to 1.4 m-c-a-f used to pull in maven-plugin-testing-harness:1.1, which still seems to be required.
     new ff2b798  [MDEP-380] copy-dependencies should be able to use the artifact's baseVersion contributed by Bakito reviewed and submitted with minimum adjustments by Robert Scholte
     new b23c4c7  Fix typo
     new db69b3b  Fix typos of usage page
     new f636e97  [MDEP-360] Allow using folder as dependency:get destination parameter
     new 783140c  replaced tabs with spaces
     new 5a417e6  formatting
     new c71ec78  use java 5 for loop construct
     new c7c18aa  [MDEP-383] Update for purge-local-repository to work with Maven 3 remote repository resolution
     new d4601bd  [MDEP-173] Add options for includes when purging local repository Patch submitted by: Nicolas Cazottes
     new 65239e4  [MDEP-256] Don't try to purge system dependencies
     new 3b6d428  [MDEP-256] Check for a null scope to avoid NPE
     new b41bde9  [MDEP-343] Add "skip" parameter to the copy-dependencies goal
     new 66d0848  Fix compile error for JDK 5.
     new fd681ab  Small code-optimizations
     new 1b7abff  Add @since
     new a115e0b  [MDEP-384] build-classpath should be able to use the artifact's baseVersion
     new 96a1456  Fix default value
     new ddc89b4  Use latest plexus-io
     new bb04661  Use latest plexus-utils
     new b7ab4de  Use latest plexus-archiver
     new 5c1965b  fixed markup to match schema
     new 80289b8  fixed typo
     new 7bcff23  [MDEP-205] Make behaviour of sources mojo the same as resolve mojo, except for the default classifier setting
     new a2f6f40  [MDEP-385] Change default fuzziness to "version" instead of "file"
     new 3df60c3  Fix javadoc typo
     new 25c6ee6  updated maven-dependency-analyzer, to be released simultaneously with plugin
     new 6d43e84  [MDEP-262] added documentation
     new ae6a250  fixed typo like r1400381
     new 72f2849  added @since
     new 7c16de8  removed duplicate code, which is now shared in maven-dependency-analyzer
     new cd1bad0  removed unused imports
     new 590e0c7  added documentation
     new c7a0d59  removed unused imports
     new 8c7613f  [MDEP-300] Unpacking artifacts should be based on type, with fallback on file-extension.
     new 5f74c24  remove unnecessary cast
     new 159dd98  [MDEP-122] added usedDependencies parameter to declare dependencies to force "used" status
     new e374f23  fixed indentation
     new d818c31  lock compiler version in ITs
     new 698a059  fixed indentation
     new 71c098c  improved formatting
     new f685a22  [MDEP-124] added a FAQ entry for wrong unused dependency when not detected at bytecode level
     new b47ded5  [MDEP-328] improved documentation of scriptableOutput
     new 3d4e526  [MDEP-285] Document abstract method org.apache.maven.plugin.dependency.AbstractDependencyFilterMojo.getMarkedArtifactFilter() Submitted by: Baptiste MATHUS
     new 8a2e8e1  added contributor
     new 6272fc2  [MDEP-287] mark goals @threadSafe (no problem found)
     new 40ac6f6  generics
     new 8bd15eb  [MDEP-272] Refactoring of purge-local-repository goal to allow for version ranges and better error handling.  Added new ITs for purge-local-repository.
     new b6883bb  Fix purge-local-repository bad pom test for Maven 3.
     new 9d75374  [MDEP-386] Split purge-local-repository goal into two goals, one for a manual local repo purge of specific artifacts, and one for automated dependency resolution and purging of the set of project dependencies.
     new af1ad68  [MDEP-386] Minor site doc updates
     new 80de1c9  code simplification
     new 10b688b  Also throw Exception when file-deletion fails
     new 8898218  Also use baseVersion when copying poms
     new 26c49f5  code simplification
     new 7bdd73e  added a counter when deleting artifacts
     new a28b634  (no jira): Add missing 'read only' flag to internal injection parameter; add example of report.
     new 992284f  [MDEP-262] this parameter is for end-users when they want to use another dependency analyzer than default
     new 487544d  (no jira): atone for my rash addition of read-only to 'analyzer' by adding a bit more explanation. More to come at some point.
     new 3a1ad19  [MDEP-386] Undo the split between automated purge and manual purge.
     new f78db8e  [maven-release-plugin] prepare release maven-dependency-plugin-2.6
     new 381d05e  [maven-release-plugin] prepare for next development iteration
     new 44af658  [MDEP-386] Remove manual purge mojo
     new 2c4f9c1  Add jira number in IT configuration comment about Maven 3.0.4 dependency resolution problem
     new 05c91ca  Roll back the dependency-analyzer to a SNAPSHOT since the release vote was canceled. With hopes of making Jenkins a happy butler again.
     new 3f84478  [MDEP-386] removed manual purge mojo IT (mojo removed in r1403449)
     new 01ec01c  update maven-plugin-plugin to 3.2
     new b4ba7cb  Upgrade plexus-utils 3.0.8->3.0.9
     new a93a561  Upgrade maven-dependency-analyzer 1.3-SNAPSHOT -> 1.3
     new 888a7fb  [maven-release-plugin] prepare release maven-dependency-plugin-2.6
     new e22b5d1  [maven-release-plugin] prepare for next development iteration
     new 035416d  Added missing entries to the list of examples.
     new c045dfd  Fixed some incorrectly AFT-formatted links.
     new 835a87e  Fixed some formatting.
     new 19abad4  Fixed yet another incorrect internal link.
     new 9328236  [MDEP-391] upgrade plexus-archiver version with useJvmChmod on per default.
     new 288b4e9  [MDEP-391] Unpack fails on linux with large archives add ignorePermissions flag
     new deec581  [MDEP-301] Allow build-classpath to output to property Submitted by Ryan Heinen.
     new 7489125  add contributor
     new 48cd9b9  minor code format
     new 04a1c12  code formatting
     new 5fa74a3  [MDEP-396] Add support to use the baseVersion of an artifact instead of version for the destFileName Submitted by Andreas Kuhtz.
     new d448a09  missing @since
     new 3bb40a6  add contributor
     new 5642559  use bean to pass parameters will ease future enhancements
     new 79f7fe3  missed to add the new class
     new e7eb1c9  [MDEP-401][MDEP-402] Adding excludeReactor parameter and getPluginArtifactsFilter() method, to make use of in/exclude parameters already in existence from the resolve-plugins mojo. Also adding ITs to verify this functionality.
     new 580755a  MDEP-403 add skip parameter (patch from henning)
     new a10e4cc  MDEP-399 Multi-module dependencies incorrectly marked as unused - pick up the shared dependency analyzer 1.4 for MSHARED-276
     new 3838ebb  m-dependency-p is normally called from cmdline instead of being part of the build lifecycle. In these cases skipping doesn't make sense. If used during the build lifecycle, be sure to skip the right goal/plugin, so prefix this property with "mdep."
     new 975517b  upgrade all to last parent 24
     new 6b0edf9  [maven-release-plugin] prepare release maven-dependency-plugin-2.7
     new 8afbd86  [maven-release-plugin] prepare for next development iteration
     new c3d0e36  MDEP-391 restore permission compat with previous versions of the plugin.
     new 6679ffd  rollback to version 2.7 to retry the release.
     new 2504066  sync default values
     new 6d92ea3  [maven-release-plugin] prepare release maven-dependency-plugin-2.7
     new d456160  [maven-release-plugin] prepare for next development iteration
     new 2407ef7  rollback to grab one more change before trying this release again.
     new 25460bc  [maven-release-plugin] prepare release maven-dependency-plugin-2.7
     new a2b52c7  [maven-release-plugin] prepare for next development iteration
     new 3236039  [MDEP-295] Add ability to strip classifier Submitted by Holger Mense.
     new 005e890  add contributor
     new 72d4a57  [MDEP-374] restore dependency:tree verbose mode
     new 8539034  Maven 3.0.5 has the same MNG-5366 issue than Maven 3.0.4
     new 22887ed  [MDEP-407] added support for Maven 3.1-A1/Eclipse Aether 0.9-M2
     new d822d71  added dependency:tree -Dincludes= IT
     new 874283f  improved javadoc (then generated goal documentation)
     new 9b9325a  prepare release
     new 7ba90fc  added useRepositoryLayout IT
     new ac76a56  move copyPoms property from AbstractFromDependenciesMojo to CopyDependenciesMojo
     new 3184f77  removed copy/paste
     new 9332228  [MDEP-411] added IT checking for unexpected pom in root of repository in addition to expected content in the repo
     new b4426c7  [MDEP-411] if useRepositoryLayout, don't copy pom to output root since it has been done in the repo during artifact install
     new 8b26dba  [MDEP-412] added addParentPoms property to copy-dependencies to include parent poms
     new 7678f46  fixed typo
     new 1a83794  code formatting
     new a3d2d17  avoid strange "maven-dependency-plugin:" directory creation made by m-site-p: now the directory is created in target
     new 6841807  moved last unpack unit test to fromConfiguration, where all unpack unit tests reside
     new 18a29d1  move ListMojo to resolvers, like any other resolver
     new 0de060a  moved resolve unit test to same package as tested class
     new be6577a  reduced silent attribute visibility from public to protected
     new de601ea  moved mojos "from dependencies" to fromDependencies package, like done with fromConfiguration
     new 2f1df57  removed components already inherited
     new 90178b3  fixed javadoc for outputDirectory: overridden value in ArtifactItems is only available in "from configuration" goals
     new e12b5c0  [MDEP-128] improved documentation of includeScope
     new 7d0dde8  [MDEP-330] added dependencies exclusion test to copy-dependencies IT
     new d5ae7c6  [MDEP-395] deprecated destination parameter, dependency:copy is here to copy the artifacts, dependency:get only resolves
     new 1c70e54  [MDEP-413] hide useJvmChmod and ingorePermissions from goals not using it: resolver goals, copy*, build-classpath
     new 81d1802  moved BuildClasspathMojo to fromDependencies
     new f5fab12  moved AbstractResolveMojo to resolvers
     new 0059580  moved analyze mojos to analyze package
     new 053ad23  moved all code related to tree goal to tree package
     new dfdd26b  code formatting
     new ca5c592  code formatting
     new 50f374f  [MDEP-379] use the normal artifactId-version-classifier scheme instead of actual artifactId-classifier-version-type
     new 4415268  [MDEP-321] removed final class declaration
     new 983b947  [MDEP-266] copy-dependencies also copies optional dependencies
     new 8d376bd  [maven-release-plugin] prepare release maven-dependency-plugin-2.8
     new c077a25  [maven-release-plugin] prepare for next development iteration
     new 235b0be  [MDEP-414] Add option to sort output of dependency:resolve
     new 585610c  [MDEP-415] Add option to include parent poms in dependency:resolve output
     new 4d9e44a  [MDEP-416] parent project can have no corresponding artifact when run with Maven 2
     new 4b6c221  [MDEP-413] can't hide parameter by marking it readonly, since it causes failure with Maven 2: for the moment, just override the field description
     new 2a6bc22  cancelled the release
     new d01ad7d  features finally in maven-dependency-plugin 2.8
     new 1afc4cd  reduced parameter description complexity
     new d780e5a  [maven-release-plugin] prepare release maven-dependency-plugin-2.8
     new d432d17  [maven-release-plugin] prepare for next development iteration
     new 577cc8a  Increase -Xmx to 384m for surefire to get it running on https://builds.apache.org
     new ecfa957  Follow ASF branding rules.
     new 4cb1a07  Fix syntax error.
     new ddf90b6  More plexus updates
     new a0770c6  MNG-5366 not fixed, so excluding M3.1.0 for ITs which depend on this.
     new f085036  Oh, look at that button. Does that convert everything to correct java5 ??
     new 3144058  Further code analysis improvements
     new 54d95f7  More code analysis fixes
     new 07369da  Reformatted to code style
     new 0d21261  Revert "Reformatted to code style"
     new 53596ec  remove non valid javadoc reference
     new 4724786  not yet fixed in Maven 3.1.1
     new 83bff82  not yet fixed in Maven 3.1.1
     new ba33d0e  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 1852329  [MDEP-443] verbose mode force Maven 2 resolution algorithm: improve documentation and add a warning at runtime
     new b3c72e0  [MDEP-439] maven-dependency-plugin not compatible with Java 8
     new ff8c6ac  [MDEP-439] maven-dependency-plugin not compatible with Java 8 missed to add the test project in the previous commit
     new ae04ba2  Upgraded doxia version to avoid problems in multithreaded build
     new dcc1e56  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new f71355f  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 834ddaa  added license header
     new 48db4ca  not yet fixed in Maven 3.2.1
     new 4be5d84  deactivated failing test with Maven 2
     new 258376a  Fixes MDEP-450: Add goal display-ancestors which will output the line of heritage for parent poms.
     new d8c4179  Exclude run of theses ITs as MNG-5366 is still unresolved.
     new 72985a4  removed @Override which is causing problems on some JDKs since it is an implemented interface, not an overridden method
     new f57982b  [MDEP-427] Add user property for addParentPoms option
     new 9204153  Remove 'its' from unit-tests: test-methods were empty, matching resources were never used.
     new 1eef301  [MDEP-452] Introduce mock repository manager, clean up old m2repo
     new 416219f  Improve performance: don't concatenate Strings using + in a loop
     new 154126f  fix incorrect equals when cpString is null
     new 4892c33  [MDEP-424] Maven Dependency Plugin homepage should link to dependency:list-repositories
     new 5d90454  [MDEP-453] Change Maven prerequisite to 2.2.1
     new a3d8f96  remove unused imports
     new c0e1e26  MavenProject must be injected as a Parameter, not as a Component
     new 9f46779  Fix unittest; newer version of Wagon expect an id for the repository. Stub always returns null, so a little workaround required.
     new 9fd845d  upgrade junit to 4.11
     new 1e63959  Explanation why org.apache.maven.shared:maven-plugin-testing-harness:1.1 should be declared first
     new 1d4dff5  - Added TODO/FIXME comments in pom file.
     new c9fe4fb  [MDEP-454]  - Improved documentation for includeArtifactIds and    includeGroupIds.
     new 4126d12  [MDEP-448]  - NPE prevented cause don't access the file attribute of the    artifact which can be null under different circumstances.
     new 1ad11b4  [MDEP-460]  - Removed dependency plexus-container-default:1.0-alpha-9-stable-1
     new 8d0e2f8  [MDEP-461]  - Upgrade plexus-archiver to 2.4.4
     new 2eff924  [MDEP-459]  - Upgrade maven-dependency-analyzer to 1.5
     new d634257  [MDEP-463]  - Fixed RAT issues.    Added apache-rat-plugin configuration to exclude three    files which contain direct output of m-d-p:tree which is    used to be compared the result of IT's.
     new 9828a75  [MDEP-464]  - Upgrade shared component maven-invoker from 2.0.11 to    2.1.1
     new cfbbd99  [MDEP-462]  - Upgrade shared component maven-dependency-tree from 2.1    to 2.2
     new d2ad709  [maven-release-plugin] prepare release maven-dependency-plugin-2.9
     new e113d32  [maven-release-plugin] prepare for next development iteration
     new dc5cdc5  plexus-io 2.0.12
     new 21fadc7  plexus-archiver 2.5
     new 50a4b5d  Updated to plexus-archiver 2.6.1, plexus-io 2.1.1 and plexus-utils 3.0.18
     new 88e015b  p-io to 2.1.1
     new 34b90b3  Updated to plexus-archivee 2.6.3 and io 2.1.3. Should fix windows troubles
     new c372749  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new a8f35fd  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new af1dde3  Updated p-archiver 2.7 and p-io 2.2
     new dc86c3f  [MDEP-465] Updated pleuxs-archiver to 2.7.1, test-scoped pinterpolation to 1.21
     new 65090c2  Updated to p-u .20
     new 99f9dd8  updated parent pom and fixed errors reported by Checkstyle
     new bde6424  [MDEP-472] Upgrade to maven-plugins parent version 27  - Added configuration to append the rat configurations.
     new c7232fa  Removed dead code
     new a3aa3fc  restored accidental change
     new 55547b5  Updated to p-archiver 2.9
     new c817e13  Exclude M3.2.3 for certain ITs. Might be fixed with M3.2.5 thanks to upgrade of Aether
     new 726c360  [MDEP-476] Add dependency ignores to the analyze-* targets.
     new 93e8a77  [MDEP-466] analyze fails on multimodule project (regression)
     new b471c42  [maven-release-plugin] prepare release maven-dependency-plugin-2.10
     new 7c1d06d  [maven-release-plugin] prepare for next development iteration
     new a013c02  Fix for IT 'analyze-multimodule-project' to work with Maven 2.2.1
     new 8578abd  Downgrade of version for restart of the VOTE.
     new ded7c9f  [maven-release-plugin] prepare release maven-dependency-plugin-2.10
     new b15ad32  [maven-release-plugin] prepare for next development iteration
     new dff595b  [MDEP-478] dependency:copy-dependencies always overwrites if <prependGroupId> is true  Patch of Julius Davies applied.
     new 0cfc81d  changed svnpubsub url from /content to /components
     new 197db98  moved Jira from Codehaus to Apache
     new 7c0e726  [MDEP-486] Upgrade plexus-utils to 3.0.22
     new 47ef6c9  [MDEP-483] NullPointerException when using classifier and markers  NPE prevented cause don't access the file attribute of the  artifact which can be null under different circumstances.
     new db230ee  [MDEP-487] Documentation cleanup  The preparing-dependencies references upgrade to Maven 2.0.6  which is out of scope.
     new 66b22fc  Move plugin configuration outside executions
     new 5a5f090  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new fb55268  [MDEP-493] Change Maven prerequisite and JDK requirement Upgrade dependencies to Maven 3.0 (still need to use compat for now) Upgrade required JDK and value of enforceBytecodeVersion enforcerRule to 1.6 Upgrade maven-plugin-testing-harness to 2.1. This required rewriting of several tests, because the StubArtifactResolver didn't generate unpackable artifacts anymore.
     new 8dd00fa  [MDEP-494] Remove/replace Maven2 specific code Replace deprecated MavenProjectBuilder with ProjectBuilder
     new 638b538  [MDEP-494] Remove/replace Maven2 specific code Remove ( project.getArtifact() == null ) check, which referred to a Maven2 bug Remove DependencyTreeBuilder, which also disabled verbose option
     new 1ed319e  [MDEP-495] Remove deprecated parameter removed repositoryId and repositoryUrl from 'get' goal
     new 37fcddf  [MDEP-495] Remove deprecated parameter removed destination from 'get' goal
     new 608b74f  [MDEP-494] Remove/replace Maven2 specific code Replace ArtifactResolver with the maven-artifact-transfer implementation
     new 1b0cb30  Clean up code: Add @Override, @Deprecated Remove unnecessary casts
     new c14f7d4  [MDEP-494] Push down ArtifactCollector to ListRepositoriesMojo, that's the only one using it. Also simplifies unittests a bit.
     new 7c006c4  remove unused imports
     new 529320d  [MDEP-495] Remove deprecated parameter removed cpFile from 'build-classpath' goal removed all getters and unused fields
     new 2eae7f3  [MDEP-494] Remove/replace Maven2 specific code switch to new signatures DependencyGraphBuilder/ArtifactResolver
     new 50b8421  [MDEP-495] Remove deprecated parameter removed output from 'tree' goal
     new c444494  Remove unused parameter (due to switch to maven-artifact-transfer)
     new d7ce975  DefaultArtifactsResolver now uses ArtifactResolver from maven-artifact-transfer
     new f960e45  DefaultArtifactsResolver now uses ArtifactResolver from maven-artifact-transfer (with succeeding tests)
     new 9076248  [MDEP-494] Remove/replace Maven2 specific code More goals using ArtifactResolver from maven-artifact-transfer
     new 7d48893  [MDEP-494] Remove/replace Maven2 specific code 'copy-dependencies' goal using ArtifactResolver from maven-artifact-transfer
     new 995e2fd  [MDEP-494] Remove/replace Maven2 specific code goals extending AbstractDependencyFilterMojo are now using ArtifactResolver from maven-artifact-transfer
     new 173b7b4  [MDEP-494] Remove/replace Maven2 specific code goals extending AbstractFromConfigurationMojo are now using ArtifactResolver from maven-artifact-transfer
     new 809bfe1  [MDEP-494] Remove/replace Maven2 specific code Core ArtifactResolver not used anymore
     new 4578f05  [MDEP-494] Remove/replace Maven2 specific code Remove local ArtifactRepository, it's not used anymore
     new 2c8cadf  Use DependencyCollector for list-repositories goal Remove getLocal() from AbstractFromConfiguration, not used anymore
     new a5af119  [MDEP-494] Remove/replace Maven2 specific code 'copy-dependencies' now uses ArtifactInstaller from maven-artifact-transfer
     new 1b3f0b3  [MDEP-494] Remove/replace Maven2 specific code remove unused components
     new ef1d58f  [MDEP-494] Remove/replace Maven2 specific code prefer field access via getters (over direct access)
     new 9fffcaa  [MDEP-494] Remove/replace Maven2 specific code remove unused import
     new 3cc5723  [MDEP-494] Remove/replace Maven2 specific code use new signatures of ArtifactResolver change version to 3.0
     new 70f835a  [MDEP-494] Remove/replace Maven2 specific code 'purge-local-repository' now uses maven-artifact-transfer
     new 689d34b  [MDEP-494] Remove/replace Maven2 specific code ArtifactRepositoryFactory usage replaced maven-compat now has test-scope, YEAH!
     new 5b57fe4  rename package to org.apache.maven.plugins
     new ccee3ff  [MDEP-494] Remove/replace Maven2 specific code clean up unused parameters, getters+setters
     new 97bf124  [MDEP-494] Remove/replace Maven2 specific code simplify resolveArtifactDependencies/resolveDependencyArtifacts
     new c447938  [MDEP-494] Remove/replace Maven2 specific code introduce ArtifactCoordinate from maven-artifact-transfer
     new afcd9c6  [MDEP-494] Remove/replace Maven2 specific code ArtifactItem implements ArtifactCoordinate, so it can be resolved directly. Remove call to getArtifactFomReactor(Artifact), according to comments it was a Maven2 hack.
     new f48608d  [MDEP-494] Remove/replace Maven2 specific code ArtifactItem.basedVersion should always be based on ArtifactItem.version
     new 3a97972  [MDEP-494] Remove/replace Maven2 specific code Remove dead code. Move code from DefaultArtifactsResolver, it's only used in one place. Remove DefaultArtifactsResolver (it is not even a Component)
     new 74ee806  [MDEP-494] Remove/replace Maven2 specific code Split resolving of the artifact and its dependencies.
     new 00d4603  Remove ArtifactFactory, all now resolved by using ArtifactCoordinate
     new 5b12f5e  Remove Maven2x code
     new f492cd9  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new 73b4c26  Slight improvements on log statements
     new 2a9170a  no jira: use release version of maven-dependency-tree.
     new 16e9d87  MDEP-509: also show optional for dependency:list
     new 6d38875  [MDEP-506] NPE in AnalyzeDepMgt.getMismatch
     new 10147ad  use released version of plugin parent, i.e 28
     new 93f0384  [MPOM-95] updated parent pom location
     new 447100f  [MDEP-511] Upgrade maven-common-artifact-filters to 3.0.0
     new 168a2ea  [MDEP-512] Removed unused dependency to maven-invoker component.
     new 085c732  Updated documentation: MNG-3236 is now MSHARED-4
     new ea177a2  Refactor code based on restructure of maven-artifact-transfer
     new 49879c3  [MDEP-517] Upgrade plexus-archiver from 2.9 to 3.0.3
     new 49d1f23  o Updated to 'plexus-utils-3.0.23'. o Updated to stop suppressing exceptions incorrectly when closing resources.   Most of the time the 'IOUtils.closeQuietly' methods of 'commons-io' and   the 'IOUtil.close' method of 'plexus-utils' are used incorrectly. They   are meant to be used in 'finally' blocks to not suppress an exception   already thrown in the 'try' block. The documentation of the   'IOUtils.closeQuietly' methods explicitly contains usage examples.   As soon as [...]
     new 6d2c6bf  o Updated to 'plexus-utils' 3.0.24.
     new 66e8450  o Updated 'plexus-archiver' to 3.2. o Updated 'commons-io' to 2.5.
     new da559c1  updated Jira url
     new b04c09d  updated Jira url
     new 69100ac  [MDEP-436] German umlauts in outputDirectory and destFileName getting garbled
     new 10e905f  Follow three digit version line.
     new 9226bdb  [MDEP-527] Upgrade of 'plexus-archiver' to version 3.3.
     new b18225f  [MDEP-527] Upgrade of 'plexus-archiver' to version 3.3.
     new 4dc4e3d  Fix for new maven-artifact-transfer
     new 12c80ae  remove unused imports
     new 1bfd23b  [MDEP-529] Upgrade of plexus-archiver to 3.4.
     new 38d83d8  [MDEP-530] Upgrade mrm to 1.0.0
     new 3a56c98  [MDEP-531] MDP 2.10 depends on a known insecure library commons-collections:3.2.1
     new 17b694c  Use new version of DependencyResolver#resolveDependencies and dependencyCollector#collectDependencies
     new e223308  Project remote repositories need to be considered when resolving artifacts, it could be that a repository is only declared in the POM of the current project.
     new 4ded771  [MDEP-537] Goal purge-local-repository requires a Maven project, even with manualIncludes
     new d9a6362  [MDEP-538] Display moduleName
     new bb0f49d  improved message in case of failure
     new 8f5106f  [MDEP-539] Upgrade maven-shared-components parent to version 30
     new e0233da  [MDEP-538] Display moduleName Got stacktraces for valid jars, so ignore all possible expections.
     new 31b9deb  [MDEP-386] Split purge-local-repository into manual and transitive
     new 63fcb0a  [MDEP-543] Remove link to non-existing Codehaus wiki
     new 0961c27  [MDEP-410] Add dependency:collect goal which prints the dependency list by resolving the POMs only
     new 200a7cb  [MDEP-544] Upgrade of plexus-interpolation to 1.24.
     new d022ff8  Revert broken commit of r1768770
     new f18e1ff  [MDEP-410] Add dependency:collect goal which prints the dependency list by resolving the POMs only
     new 510bff1  Also show if modules are automatic (=calculated module name based on filename)
     new 9b1e9a1  Correct jira.codehaus.org to issues.apache.org/jira
     new 9c32004  remove redundant properties use maven-artifact-transfer:0.9.0
     new 6b0bf23  [maven-release-plugin] prepare release maven-dependency-plugin-3.0.0
     new 000d649  [maven-release-plugin] prepare for next development iteration
     new b30e5df  Removed duplicated (warning) text in example doc page
     new 3aa7809  Fixed hard-coded plugin version in usage doc page
     new 80f28d7  Updating the tests so that they pass with Maven 3.0.x also
     new 6d51fa5  [MDEP-548] The get Mojo doesn't resolve the artifact when setting transitive to false
     new 96ad4a0  [MDEP-482] Can't use both outputProperty and outputFile in build-classpath mojo Submitted by: Dagan Sandler
     new db77e3f  o Updated to latest parent SNAPSHOT.
     new b5b41ca  o Reverted last commit to reset to release version parent's.
     new 6fd16c0  [MNG-5457] Show repository id when downloading or uploading from/to a remote repository
     new a10bcaf  [MNG-5457] Show repository id when downloading or uploading from/to a remote repository
     new 7613b52  [MNG-5761] Dependency management is not transitive.
     new 197fbb0  o Updated to stop ignoring the boolean result of method 'File.setLastModified'. o Updated to use 'File.deleteOnExit' whenever the 'File.delete' method returned false.
     new cb6ec5e  [MNG-5457] Show repository id when downloading or uploading from/to a remote repository
     new 28e04e3  [MNG-5457] Show repository id when downloading or uploading from/to a remote repository
     new 6fd065e  [MNG-5457] Show repository id when downloading or uploading from/to a remote repository
     new c2d1bbb  Updating the tests so that they no longer rely on reading the logs, making them more robust: a setup script first deletes from the local repository the artifact that should be downloaded, then it is verified that they are present in the local repository after the build (thus verifying that they were correctly downloaded).
     new 380deac  The list-repositories IT is broken with Maven 3.0.x because of a downstream bug in maven-artifact-trasnfer 0.9.0. Using the latest snapshot that fixes it (MSHARED-602).
     new f0b51ae  [MDEP-409] dependency:tree fails for a multi-module project where one module depends on another and "mvn install" has not been run yet
     new b6ab3ac  [MDEP-419] dependency:list, dependency:build-classpath and dependency:tree result with the different dependencies order
     new 3082faa  [MDEP-547] Remove some old (404) links from site
     new 5e3c820  [MDEP-428] Unpack goal does not fail build when destination could not be created and unpacks to current working directory instead
     new 9ffcd3f  Improve language style of log messages
     new 5147267  [MDEP-563] Print dependency:resolve-plugins output just like other goal output
     new cb35e12  [MDEP-534] Document format of mojo parameter 'artifact'
     new 9362785  fixed date format
     new 85c8110  fixed formatting
     new cd082bb  fixed/improved javadoc
     new cbc6167  [MDEP-471] Java 8 Method references are not detected  o Fixed by using released version of maven-dependency-analyzer    which contains fix.
     new 53af438  [MDEP-566] Upgrade maven-common-artifact-filter to version 3.0.1
     new 7158823  [MDEP-567] Upgrade to maven-dependency-tree to 3.0.1 [MDEP-565] Upgrade maven-artifact-transfer to version 0.9.1
     new 81d96a8  [maven-release-plugin] prepare release maven-dependency-plugin-3.0.1
     new a761678  [maven-release-plugin] prepare for next development iteration
     new 0b8bcf1  Fixing the 'analyze' and 'analyze-report' ITs under JDK 8: they must not force the declaration of maven-artifact as a used dependency, because JDK 8 now writes bytecode entries for constants and maven-dependency-analyzer fails the build in that case. This commit also adds a specific IT for the 'usedDependencies' parameter, leveraging a source retention annotation.
     new 88d3969  [MDEP-571] JDK9: Issue with list goal fails with java.lang.NoSuchMethodException
     new 598ee2b  [MDEP-572] Truncated filenames extracting tar files.
     new 4cf5077  [MDEP-573] "purge-local-repository -Dinclude" does not work as described
     new 4283bef  [MDEP-577] dependency:list doesn't show module name
     new a4065e8  Ensure there are module references, to prevent NoSuchElementException
     new 94d53f6  [MDEP-578] Add message in case module name cannot be extracted from jar.
     new a782808  [MDEP-580] Recognize source of name for automatic modules Use (auto) for filename based and [auto] for manifest based automatic module names
     new 6299ebc  Add colors to resolve-goal for modules
     new bb5cc46  [MDEP-581] Downgrade maven-artifact-transfer to release version instead of SNAPSHOT
     new 299d0dc  [maven-release-plugin] prepare release maven-dependency-plugin-3.0.2
     new 47aa4e2  [maven-release-plugin] prepare for next development iteration
     new a1437d3  Undone release base on JDK 8 JavaDoc issues.
     new 30f058f  [MDEP-583] Failed to create release on JDK 8 based on JavaDoc issues  o Fixed JavaDoc issues with JDK 8.  o Fixed some checkstyle reported issues as well.
     new d4a2e46  [maven-release-plugin] prepare release maven-dependency-plugin-3.0.2
     new 9b95ff9  [maven-release-plugin] prepare for next development iteration

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