> > How are your dependencies declared?
> > A parent pom, since it is just a container project and does not create
> > an artifact, does not have dependencies.
> > Only your modules have dependencies.
Sorry, my mistake. The dependencies are declared in the module pom.xml.
But the eclipse plugin is not seeing them. Any idea?
This works for me.
How are you invoking mvn eclipse:eclipse?
In what directory?
What version of eclipse?
If you are using Eclipse 3.1 then you must check out your sub modules
into your Eclipse workspace and then run mvn eclipse:eclipse. You can
not check out the root of the project and run mvn eclipse:eclipse as
this will not work with Eclipse 3.1 as there is no support for
projects being contained within projects.
If you are using Eclipse 3.2 then you can follow the instructions from
the forum posts above
(http://www.nabble.com/forum/ViewPost.jtp?post=5862059&framed=y).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]