[
https://issues.apache.org/jira/browse/MDEP-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969518#comment-15969518
]
Hudson commented on MDEP-409:
-----------------------------
SUCCESS: Integrated in Jenkins build maven-plugins #8913 (See
[https://builds.apache.org/job/maven-plugins/8913/])
[MDEP-409] dependency:tree fails for a multi-module project where one module
depends on another and "mvn install" has not been run yet
Submitted-by: Réda Housni Alaoui <[email protected]>
This closes #111 (michaelo:
[http://svn.apache.org/viewvc/?view=rev&rev=1791410])
* (edit) maven-dependency-plugin/pom.xml
* (add) maven-dependency-plugin/src/it/projects/tree-multimodule
* (add) maven-dependency-plugin/src/it/projects/tree-multimodule/expected.txt
* (add)
maven-dependency-plugin/src/it/projects/tree-multimodule/invoker.properties
* (add) maven-dependency-plugin/src/it/projects/tree-multimodule/module-a
* (add)
maven-dependency-plugin/src/it/projects/tree-multimodule/module-a/expected.txt
* (add)
maven-dependency-plugin/src/it/projects/tree-multimodule/module-a/pom.xml
* (add) maven-dependency-plugin/src/it/projects/tree-multimodule/module-b
* (add)
maven-dependency-plugin/src/it/projects/tree-multimodule/module-b/expected.txt
* (add)
maven-dependency-plugin/src/it/projects/tree-multimodule/module-b/pom.xml
* (add) maven-dependency-plugin/src/it/projects/tree-multimodule/pom.xml
* (add) maven-dependency-plugin/src/it/projects/tree-multimodule/test.properties
* (add) maven-dependency-plugin/src/it/projects/tree-multimodule/verify.bsh
* (edit)
maven-dependency-plugin/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
> dependency:tree fails for a multi-module project where one module depends on
> another and "mvn install" has not been run yet
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: MDEP-409
> URL: https://issues.apache.org/jira/browse/MDEP-409
> Project: Maven Dependency Plugin
> Issue Type: Bug
> Components: tree
> Affects Versions: 2.7
> Environment: Linux
> Reporter: Eric Pabst
> Assignee: Michael Osipov
> Fix For: 3.0.1
>
> Attachments: MDEP-409.patch
>
>
> When I run dependency:tree on a multi-module project without having run a
> "mvn install", it fails with this error: {noformat}
> [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]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)