[MDEP-409] dependency:tree fails for a multi-module project where one module depends on another and "mvn install" has not been run yet (original) (raw)

When I run dependency:tree on a multi-module project without having run a "mvn install", it fails with this error:

[ERROR] Failed to execute goal on project slide-test-module-svn-2: Could not resolve dependencies for project org.slide:slide-test-module-svn-2:jar:1.1-SNAPSHOT: The following artifacts could not be resolved: org.slide:slide-test-module-svn-3:jar:1.1-SNAPSHOT, org.slide:git-component-for-testing-slide:jar:1.0.b1782: Could not find artifact org.slide:slide-test-module-svn-3:jar:1.1-SNAPSHOT in maven-central -> [Help 1]

  1. MDEP-409.patch
    10/May/13 09:46
    1 kB

depends upon

New Feature - A new feature of the product, which has yet to be developed. MNG-4331 Add new requiresDependencyCollection mojo feature (with corresponding annotation) to grab dependency tree without files

is related to

Bug - A problem which impairs or prevents the functions of the product. MDEP-204 go-offline fails to resolve artifact available in maven reactor

Bug - A problem which impairs or prevents the functions of the product. MDEP-568 dependency:go-offline -DexcludeGroupIds=xxxx still try to resolve artifacts in the excluded group xxxx

relates to

Bug - A problem which impairs or prevents the functions of the product. MNG-3283 Plugins that require dependency resolution in early phases cause dependency resolution issue

links to