Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho + Eclipse IDE

Inside Eclipse IDE project dependencies are currently managed by PDE,
which is not aware of Maven and m2e dependency resolution mechanisms.

Proper integration between m2e and Tycho dependency resolution is a
major effort and there are currently no plans to implement it.

--
Regards,
Igor

On 11-07-07 2:03 PM, Gianluca Chiodaroli wrote:
Hi to all,
I have a problem resolving generated plugin in eclipse ide.
Example: I have a project A with a dependency to project B. I build A
and B with "mvn clean deploy" and everiting works nicely.
I delete project B from my workspace, maven don't resolve the dependecy
even if the artifact exist in maven repo.
Thanks



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top