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
-----------------------
If you are using version 1.4.1
of maven-enforcer-plugin
and it is resulting in this error then you need to use an older version of maven-enforcer-plugin
. You can find the Maven dependency below :
org.apache.maven.plugins
maven-enforcer-plugin
1.3.1
Other versions can be found from the link below.
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-enforcer-plugin
Also, check your Maven version. If you are using maven 3.0.x
then you need to use maven-enforcer-plugin 1.4.1
.