执行mvn clean compile或mvn clean install命令时报以下错误
mvn clean compile
mvn clean install
Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed.
输入以下命令执行
mvn clean install -DskipTests -Denforcer.skip=true