(Note: this kludgy procedure needs improvement)
If you get a failure message, the details of the failures are logged in a file
for each project which has a failure, in the folder target/surefire-reports.
In Eclipse, you can use the Search facility to search Files in the workspace of type "*.txt"
for the string "<<< FAILURE!" to locate all the failure messages.
If not using Eclipse, you can use grep
to accomplish the same thing.
You can bypass the tests by doing mvn -Dmaven.test.skip install. But please do this only
after you've run without it and have verified the tests results.