I got a maven spring project but when I try to run it, I can\'t... some idea about it...
The next is the Error Message:
BUILD FAILURE
-----------------------
I faced the same issue and resolved it by fixing the pom versions. Below command didn't run properly on all the sub pom's which resulted in different pom versions. 'mvn versions:set -DnewVersion=${NEW_VERSION} versions:commit' Check whether all the moms have same version if there is dependent pom's.