[forge-issues] [JBoss JIRA] (FORGE-894) Forge DependencyFacet cannot resolve transitive dependencies in reactor projects without first installing necessary dependencies in the local Repository

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Fri May 10 11:26:53 EDT 2013


Lincoln Baxter III created FORGE-894:
----------------------------------------

             Summary: Forge DependencyFacet cannot resolve transitive dependencies in reactor projects without first installing necessary dependencies in the local Repository
                 Key: FORGE-894
                 URL: https://issues.jboss.org/browse/FORGE-894
             Project: Forge
          Issue Type: Bug
          Components: Maven Integration
    Affects Versions: 2.0.0.Alpha3
            Reporter: Lincoln Baxter III
            Assignee: Lincoln Baxter III
             Fix For: 2.0.0.Alpha4


As the title states, maven project building requests do not resolve transitive reactor project dependencies.

{code}
parent/
- addon --> spi
- api
- impl
- spi
- tests --> addon
{code}

the tests/ module dependency resolution result does not contain a transitive dependency to the spi/ module, however, when building from maven cli, it clearly should and does have this dependency - so this is a pure tooling issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list