-
Bug
-
Resolution: Done
-
Major
-
2.6.0.Final
-
None
In split projects (api/impl/addon), the tests no longer detect the changes in the workspace.
This is caused because the classpath for the impl classes is no longer available for tests (impl was made <optional> by default) .
This requires the user to manually install the api/impl projects before running the tests, which can be cumbersome