eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
43 stars 21 forks source link

Allow EMF Tests to run in p2 build #167

Closed martin-fleck-at closed 1 year ago

martin-fleck-at commented 2 years ago

Currently we do not build the org.eclipse.emfcloud.modelserver.emf.tests tests when building for p2 (mvn clean verify -Pp2) as there was some issue with Mockito not being able to mock certain classes. Running the tests from Eclipse, however, works fine.

The goal of this task is to ensure that the tests can also be run with the p2 maven build.