Maven的clean插件不能清除并报错Failed to execute goal org.apache.maven.plugins:maven-clean-plugin解决方案
分析:只有maven clean 报错,maven compile可以正常运行
原因:运行了程序打好的jar,使用java -jar xx.jar运行程序,所以导致不能使用clean,直接手动删除target目录提示程序正在运行,关闭运行的jar程序就恢复正常了
引用:https://blog.csdn.net/cucgyfjklx/article/details/122842452
















