This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch doxia-2.0.0 in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
omit e51bb762 [MDEP-903] Upgrade to Doxia 2.0.0 Milestone Stack add e06630c4 Bump org.apache.maven.shared:maven-common-artifact-filters add 8e1f1b5d [MDEP-943] Fix appendOutput option add 82a9d60a [MDEP-940] Use Resolver API instead of m-a-t for resolving artifacts add d656b034 [MDEP-945] Fix documentation about get goal add e8c1a621 [maven-release-plugin] prepare release maven-dependency-plugin-3.7.1 add f71bd65c [maven-release-plugin] prepare for next development iteration new 20715bd0 [MDEP-903] Upgrade to Doxia 2.0.0 Milestone Stack This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch 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 (e51bb762) \ N -- N -- N refs/heads/doxia-2.0.0 (20715bd0) 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. The 1 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. Summary of changes: pom.xml | 6 +- .../apache/maven/plugins/dependency/GetMojo.java | 12 +-- .../AbstractDependencyFilterMojo.java | 52 ++++++------ .../fromDependencies/CopyDependenciesMojo.java | 22 +++-- .../dependency/resolvers/ResolvePluginsMojo.java | 41 +++++----- .../plugins/dependency/utils/DependencyUtil.java | 16 +++- .../utils/translators/ArtifactTranslator.java | 5 +- .../translators/ClassifierTypeTranslator.java | 39 ++------- src/site/apt/usage.apt.vm | 72 ++++++++--------- .../fromDependencies/TestCopyDependenciesMojo.java | 6 ++ .../TestCopyDependenciesMojo2.java | 6 ++ .../TestUnpackDependenciesMojo.java | 6 ++ .../dependency/utils/TestDependencyUtil.java | 94 ++++++++++++++-------- .../translators/TestClassifierTypeTranslator.java | 23 +++--- 14 files changed, 207 insertions(+), 193 deletions(-)