]
George Gastaldi closed FORGE-1917.
----------------------------------
Fix Version/s: 2.12.2.Final
(was: 2.x Future)
Resolution: Done
I believe this works now
ClasspathWorkspaceResolver no longer works for impl projects
------------------------------------------------------------
Key: FORGE-1917
URL:
https://issues.jboss.org/browse/FORGE-1917
Project: Forge
Issue Type: Bug
Components: Build Tools - Maven
Affects Versions: 2.6.0.Final
Reporter: George Gastaldi
Fix For: 2.12.2.Final
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