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 this issue. Its because of the maven binary version used.
I have used maven 3.0.3 version. and the enforcer plugin wasn't reliable with that. So changed the maven binary to latest 3.6.3. And the issue got resolved and working awesome.