History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25637
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Anton Makeev
Reporter: Irina Petrovskaya
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Maven: dependencies to modules are not always resolved

Created: 31 Mar 08 21:30   Updated: 11 Apr 08 16:40
Component/s: Maven Integration
Fix Version/s: Diana 8375, Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive deps.zip (3 kb)


Build: 8,258
Fixed in build: 8,289


 Description  « Hide
consider the project structure when the parent pom has few 'branches' of modules: the top pom has modules that also have modules.
There are few cross-submodules dependencies.
Make IDEA project from the parent pom.
If the modules are not installed, idea reports the cross-module dependencies as not resolved.
If the modules are installed locally, the dependencies to jars from repository are created instead of cross-module ones.
see attached project

 All   Comments   Work Log   Change History      Sort Order:
Anton Makeev - 01 Apr 08 18:50
still doesn't work with poms without the group specified.