You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the run triggered by maven plugin seems to be choking on multi module projects because the AbstractUnitRunner tries to run tests belonging to other modules and of course that fails due to classloading issues.
We should double check the running is behaving correctly under this situations and eventually decide whether to support keeping shared medatata in such usecases.
The text was updated successfully, but these errors were encountered:
Currently the run triggered by maven plugin seems to be choking on multi module projects because the AbstractUnitRunner tries to run tests belonging to other modules and of course that fails due to classloading issues.
We should double check the running is behaving correctly under this situations and eventually decide whether to support keeping shared medatata in such usecases.
The text was updated successfully, but these errors were encountered: