- This topic has 3 replies, 2 voices, and was last updated 12 years, 7 months ago by support-swapna.
-
AuthorPosts
-
andersflodellMemberHello!
Ive read in this forum that there are some changes to maven4eclipse in MyEclipse 10.x that you have to consider. For some issues, like this
https://www.genuitec.com/forums/topic/enable-maven-dependencies-missing-from-context-menu/
you could reactivate the old maven4myeclipse functionality by changing some settings in the IDE.
Is this related to the “Show Dependency Hierarchy” menu option as well?
And is there a way to get that option activated in ME 10.1?Ive tried to change the windows/preferences/General/Capabilities setting in my ME 10.1, activated both m2eclipse extras and WTP (deprecated), with no luck.
With Kind Regards
Anders
support-swapnaModeratorAnders,
When you enable the WTP (Deprecated) capability, it brings up the new Configure menu item, which is the replacement for the Show Dependency Hierarchy menu option. You can use the Configure > Convert to Maven project to get a project converted to Maven.
Let us know if you see any issues.
andersflodellMemberHello Swapna!
Maybe i was a bit unclear.
I have a maven java project working but i miss the possibility to go into the maven dependencies folder in package explorer and from there mark one jar file and right-click to get the “Show dependecy hierarchy” menu option.
This option is available in my previous ME version, 8.6.1. But in the ME 10.1 i cant see it anymore.
So my reference to the other forum issue was only to point out the fact that you have upgraded the maven4myeclipse in 10.1 and therefore could affect the above described menu option as well.
Anders
support-swapnaModeratorAnders,
MyEclipse 10’s Maven support is based on a later release of m2eclipse, which doesn’t have the “Show Dependency Hierarchy” option.
You can open POM from the project’s context menu > Maven4MyEclipse > Open POM to see the Dependency Hierarchy, an easier way than going to pom.xml file.Sorry for inconvenience.
Hope this helps.
-
AuthorPosts