Thilina Manamgoda wrote: > i have updated the maven to 3.3.9 and i got this failure > > Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) > on project taverna-credential-manager-impl: There are test failures.
Do you have any more details of this test error? It should look like a stack trace mentioning which tests fail. You can also look in the *.txt files in taverna-credential-manager-impl/target/surefire-reports/ In case you built with -T1.5C, (which would build multiple modules concurrently), perhaps run "mvn clean install" inside the taverna-credendial-manager-impl folder to get a cleaner Maven output.
