Exception in app is:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deployerIntegrationTest': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Expected 'commandLineArgValueThatMayNeedEscaping' value to be equal to '&'"|< é\(', but was '&'"|< ��\('
Haven't been able to find a good way to handle this with the Maven deployer.
Can escape it by adding \"...\" but then that breaks the next check in this test.
Needs more investigation...
Exception in app is:
Haven't been able to find a good way to handle this with the Maven deployer.
Can escape it by adding
\"...\"but then that breaks the next check in this test.Needs more investigation...