Hi

My project structure is like this

parent            <-- type pom
 +-- module1     <-- type jar
 +-- module2     <-- type jar, depends on module 1

When running mvn in the parent directory everything works fine.

But when running mvn in the module2, which depends on module1, maven tries to download the library of module1 from the web and thus doesn't succeed.

I probably misunderstood the dependency mechanism, but this really remains a mind boggling issue to me.

Could somebody point out to me why this happens?

Markus


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

Reply via email to