Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 0.9.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
See detailed information with screen shots here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=264593
Brief:
With plug-in version 0.9.7 of M2 installed (Jira project doesn't seem to have 0.9.7 BTW) parent packages of files added to Mylyn context are not added to the context and even after explicitly adding such packages they some times disappear after a while (not sure what triggers it).
Steps to reproduce available on Myly issue page
Environment:
ubuntu linux, Eclipse 3.4.1, M2 0.9.7, Mylyn 3.0.4
Does not happen with non-Maven projects
The m2eclipse does not provide any special integration for Mylyn. The "Maven Dependencies" container is contributed using standard JDT extension points and Mylyn is supposed to handle its content.
One thing that could be special for Maven projects is that they often use modules hierarchy and in that case the same resources could exist in more then one place in Eclipse workspace. We have added special filter to the Package Explorer to hide modules under the parent project, but I doubt it affects Mylyn. Though multiple locations for the same resource might affect it.
BTW, you may have to refresh your repository settings to get 0.9.7 version shown.