At the moment the resource integration tests are done in dws-rest module. These integration tests start the application on port 8080, but this makes it impossible to run the commit stage on jenkins in parallel. It is better to make these tests part of dws-acc-tests and run them against any started application. This way the commit stage can be made parallel and the resource integration tests will run in the test stage against a started container.
At the moment the resource integration tests are done in dws-rest module. These integration tests start the application on port 8080, but this makes it impossible to run the commit stage on jenkins in parallel. It is better to make these tests part of dws-acc-tests and run them against any started application. This way the commit stage can be made parallel and the resource integration tests will run in the test stage against a started container.