Hi Jaran,

Could you attach a minimal project that reproduces this problem to a
JIRA issue here please:

http://jira.codehaus.org/browse/MSHARED/component/13264

That'll help keep track of it and I'll try to take a look when I've
got a chance.

Cheers,

Mark

2008/12/2 Jaran Nilsen <[EMAIL PROTECTED]>:
> Hi.
>
> I have an issue with the dependency plugin and the "tree" goal, or the
> eclipse plugin. I wanted to ask here before I file a bug report on
> this, to make sure it's not just me messing things up :P
>
> The problem is that several dependencies, which do not appear in the
> list generated by dependency:tree, keeps showing up in my classpath
> after I run eclipse:eclipse. This is specifically xerces:xerces:1.4.0
> and cglib:cglib-full:2.0.2.
>
> $ mvn dependency:tree | grep xerces
> [INFO] |     |  +- xerces:xmlParserAPIs:jar:2.6.2:compile
> [INFO] |     |  \- xerces:xercesImpl:jar:2.6.2:compile
> [INFO] |  \- xerces:dom3-xml-apis:jar:1.0:compile
>
> $ mvn dependency:tree | grep cglib
> [INFO] +- cglib:cglib:jar:2.2:compile
>
> Can anyone explain this behaviour, if it's a bug or if something is
> possibly wrong with my configuration. It's really annoying, because I
> have to manually remove these from the CP after I run eclipse:eclipse
> in order for my application to run through Eclipse (including running
> unit tests etc).
>
> However running mvn test works fine, so to me it seems there might be
> something with the eclipse:eclipse plugin. Has anyone experienced
> similar issues?
>
> Cheers,
> Jaran
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to