|
When tests are ran by maven and deployment fails (due to ClassNotFound, configuration or other reasons), JUnit is not much verbose to give us details of the context, at the end it reports:
<UUID>.war failed to deploy
It helps when the test deployment is named by the simple name of the test class:
TestPushConfigurationProvider.war failed to deploy
|