Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: 3.0
-
Labels:None
-
Number of attachments :
Description
the eclipse:eclipse goal should run in a later phase than it currently does (generate-sources)
as user defined plugins may add to the compileSourceRoots and testCompileSourceRoots.
If it runs later, added paths will be written correctly to the .classpath.
Suggested phase is "test"
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MECLIPSE-409 | Build path omits generated test resources |
|
|
|
| This issue relates to: | ||||
| MECLIPSE-252 | Error trying to create an EAR project that contains one web module. It doesn't point to the local project, but only tries to find it in the local and remote repositories. |
|
|
|
it doesn't run in any phase.
What I did in the idea plugin was to run generate-sources as part of the idea plugin:
@execute phase="generate-sources"