Do you have your dependencies declared as "provided" ?
I mean in project A I have
<dependencies>
<dependency>
<groupId>project</groupId>
<artifactId>projectB</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
and in project B
<dependencies>
<dependency>
<groupId>project</groupId>
<artifactId>projectC</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
If I use the goal eclipse:eclipse on project A parents it works only
if my libraries are not in provided scope
2006/4/27, Giorgio Gallo <[EMAIL PROTECTED]>:
>
> I just tried to re-generate an oldish eclipse project and it seem to work
> here (I'm using maven 2.0.2): i can see project C in "project A" ->
> "properties" -> "Java build path" -> "Projects"...
>
> Have you tryed if forcing maven to update the plugin solves the problem?
> $ mvn -cpu eclipse:eclipse
>
> Also, does eclipse complain of anything when you open project A? (in the
> "problems" tab i mean)?
>
> On Thursday 27 April 2006 15:35, Sebastien Cesbron wrote:
> > I am ok with that but the eclipse plugin does not create the
> > dependency on project C.
> >
> > seb
> >
> > [...]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]