Which integration tests do you want to execute? For example, which server and database? Which maven profiles do you enable?
As an alternative, you can use a maven to build it from a command line, to make sure you pass the needed profile.
If that doesn’t help, please share the error that you observe.
I am getting this error. I see other errors similar to this.
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.744 s <<< FAILURE! - in org.camunda.bpm.integrationtest.functional.spring.SpringExpressionResolvingTest
[ERROR] org.camunda.bpm.integrationtest.functional.spring.SpringExpressionResolvingTest Time elapsed: 6.744 s <<< ERROR!
java.lang.RuntimeException: The server command (/text/deploy?path=%2Fclient) failed with content (FAIL - Deployed application at context path [/client] but context failed to start).```
@Yana with java 11, this command works → mvn clean install -Pengine-integration,tomcat,h2 but looks like there are no tests. Does it have any tests for engine-integration? However, I could run tests for web apps → mvn clean install -Pwebapps-integration,tomcat,h2