Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.5
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
eclipse:eclipse only executes up to the generate-resources phase, hence any generated test resources are not included in the build path. This means that tests that rely on these generated test resources will fail in the IDE.
Issue Links
- duplicates
-
MECLIPSE-37
eclipse:eclipse should execute in a later phase than "generate-sources"
-
Attached patch changes eclipse:eclipse to execute up to generate-test-resources. The current tests fail in a stack overflow for me, so haven't been able to check for side-effects. Not sure if any other goals will also need this change.