Hi, I have asked this on the Maven list, hoping to get response from here.

I have classic hierarchical multi-module scheme. Module B depends
on module A.

"mvn package" from the root project works fine, finds dependencies.

"mvn assembly:assembly" from the root project fails because of not
finding the depencency, wants me to "mvn install" first.

The problem with "mvn install" is that after that, "mvn eclipse:eclipse"
builds a wrong project structure: references jars from the repository
instead of referencing projects.

Can anybody think of a way out? Again, I need "mvn assembly:" not to
require "mvn install" first.

Many thanks in advance,
Sasha


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to