Multilevel dependency resolving
-------------------------------

                 Key: MNG-3774
                 URL: http://jira.codehaus.org/browse/MNG-3774
             Project: Maven 2
          Issue Type: Bug
          Components: Inheritance and Interpolation
    Affects Versions: 2.1.0-M1, 2.0.9, 2.0.8
         Environment: Ubuntu Linux
            Reporter: Thilo Tanner


We created a multilevel Maven project

- Project-Pom (Packaging: pom)
  - 1. Module (Packaging: jar)
  - 2. Module (Packaging: pom)
    - 2.1. Module (Packaging: jar)
    - 2.2. Module (Packaging: jar)
    - 2.3. Module (Packaging: war)

Module 2.2. is a dependency of module 2.3. Everything works fine when I build 
Module 2 alone (all artifacts getting installed to local repo). But when I 
build the whole project, just module 1 get installed and then the build fails 
because dependency 2.2. is missing in module 2.3. (because no artifacts of 
module 2 were installed to local repo) when the multilevel pom is built. All 
subprojects works fine when they are built alone.

-- 
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

        

Reply via email to