Hi,

Layout:
/pom.xml        -- no dependencies
/A/pom.xml      -- no dependencies (Versions 1.0.2 and 1.0.3-SNAPSHOT)
/B/pom.xml      -- Depends on A-1.0.2
/C/pom.xml      -- Depends on A-1.0.3-SNAPSHOT

Here's the problem:
When building all modules using the reactor: /> mvn clean package
B contains A-1.0.3-SNAPSHOT instead of A-1.0.2
while C is correct (A-1.0.3-SNAPSHOT)

When building B separate, it is correctly built with A-1.0.2

Has anyone had a similar problem?

- Espen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to