Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.6
-
Fix Version/s: None
-
Component/s: Core : .project
-
Labels:None
-
Environment:Maven 2.0.10
-
Number of attachments :
Description
This is either a bug or a questionable feature. When I run eclipse:eclipse on a project that has siblings in its parent POM, two things happen:
(1) the sibling projects become a dependent project, not jar dependencies
(2) src/test appears before src/main in the package explorer.
I can handle #1, but #2 really is a tough adjustment.
Issue Links
| This issue relates to: | ||||
| GEOS-3230 | Upgrade xml-apis dependency to 1.3.04 |
|
|
|
| This issue is related to: | ||||
| MECLIPSE-548 | MECLIPSE-442 should be reverted. Classpath container entries should come before 3rd party jars in .classpath |
|
|
|
| MECLIPSE-318 | test classes and resources need to be first in .classpath file |
|
|
|
I had my team verify this issue occurs starting 2.6. Using 2.5.1 works just fine.