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

Key: IDEADEV-22555
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Anton Makeev
Reporter: Christian Nelson
Votes: 0
Watchers: 0
Operations

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

Maven: Inter-module dependencies are lost when synchronizing with maven

Created: 12 Oct 07 20:24   Updated: 15 Oct 07 18:25
Component/s: Maven Integration
Fix Version/s: Selena Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. 1-import-from-maven.jpg
(80 kb)

2. 2-successful-build.jpg
(108 kb)

3. 3-verified-module-dependency.jpg
(126 kb)

4. 4-after-synch-and-rebuild.jpg
(169 kb)
Environment: Windows Xp Sp2

Build: 7,330
Fixed in build: 7,361
Severity: High


 Description  « Hide
Given the project structure:
  • webapp-reference/pom.xml
  • webapp-reference/webapp-reference-core
  • webapp-reference/webapp-reference-web (depends on core)

When I create a new project from a maven pom, IDEA creates the correct module dependency from my web module to the core. Everything compiles right out of the box. If I do a maven synchronization and then a full build, the inter-module dependency is lost and I get a number of compilations errors (which can be easily fixed by manually adding the aforementioned module dependency on core).

I've attached screenshots of the process.

Notes:



 All   Comments   Work Log   Change History      Sort Order:
Anton Makeev - 15 Oct 07 18:25
Great thanks for this bug! 8)