This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a change to branch rm-mta-resolve
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
omit 1e9bfe67 [MDEP-940] Use Resolver API instead of m-a-t for resolving
artifacts
add 9fd4ed53 Revert "Fix sources goal for multimodule projects"
add 04c32164 [MDEP-939] Lock down classifier in dependency:sources goal
add 9902456a [MDEP-669] Optimize the documentation of <outputProperty> of
build-classpath mojo
add f090b5ef [MDEP-838] "Artifact has not been packaged yet" error message
is not very helpful
add dbdda0cc [MDEP-941] Deprecate dependency:sources in favor of
dependency:resolve-sources
add f975bcb6 [maven-release-plugin] prepare release
maven-dependency-plugin-3.7.0
add a11d253c [maven-release-plugin] prepare for next development iteration
add 68da9e11 [MDEP-940] Use Resolver API instead of m-a-t for resolving
artifacts
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 (1e9bfe67)
\
N -- N -- N refs/heads/rm-mta-resolve (68da9e11)
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:
pom.xml | 4 +-
.../invoker.properties | 2 +-
.../projects/{collect => resolve-sources}/pom.xml | 4 +-
.../{sources => resolve-sources}/test.properties | 6 +-
src/it/projects/sources/invoker.properties | 18 ----
src/it/projects/sources/module-a/pom.xml | 48 ---------
src/it/projects/sources/module-b/pom.xml | 48 ---------
src/it/projects/sources/pom.xml | 45 ---------
.../dependency/fromConfiguration/CopyMojo.java | 9 +-
.../fromDependencies/BuildClasspathMojo.java | 2 +-
.../fromDependencies/CopyDependenciesMojo.java | 13 ++-
...o.java => OldResolveDependencySourcesMojo.java} | 24 +----
.../resolvers/ResolveDependencySourcesMojo.java | 25 ++---
.../maven/plugins/dependency/utils/CopyUtil.java | 16 +--
src/site/apt/index.apt.vm | 6 +-
src/site/apt/usage.apt.vm | 108 ++++++++++-----------
.../dependency/AbstractDependencyMojoTestCase.java | 7 +-
.../fromDependencies/TestCopyDependenciesMojo.java | 10 +-
18 files changed, 116 insertions(+), 279 deletions(-)
copy src/it/projects/{analyze-report => resolve-sources}/invoker.properties
(96%)
copy src/it/projects/{collect => resolve-sources}/pom.xml (95%)
rename src/it/projects/{sources => resolve-sources}/test.properties (89%)
delete mode 100644 src/it/projects/sources/invoker.properties
delete mode 100644 src/it/projects/sources/module-a/pom.xml
delete mode 100644 src/it/projects/sources/module-b/pom.xml
delete mode 100644 src/it/projects/sources/pom.xml
copy
src/main/java/org/apache/maven/plugins/dependency/resolvers/{ResolveDependencySourcesMojo.java
=> OldResolveDependencySourcesMojo.java} (65%)