[regression] Locally reachable parent POMs outside of reactor are not found
during dependency resolution
--------------------------------------------------------------------------------------------------------
Key: MNG-4359
URL: http://jira.codehaus.org/browse/MNG-4359
Project: Maven 2
Issue Type: Bug
Components: Artifacts and Repositories, Reactor and workspace
Affects Versions: 3.0-alpha-3
Reporter: Benjamin Bentmann
For a project structure like
{noformat}
top-parent
reactor-parent (inherits from top-parent)
mod-a (inherits from reactor-parent)
mod-b (inherits from reactor-parent, depends on mod-a)
{noformat}
where none of the projects resides in the local repo and an invocation of "mvn
package" on reactor-parent (not top-parent), the class paths for mod-b will be
missing all dependencies of mod-a because the project building request for
mod-a on behalf of the metadata source will fail to resolve the top-parent
despite it being locally reachable via {{<relativePath>}} from reactor-parent.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira