maven开发中你常常会犯的错 错误描述这个症结就是,你上次的maven run没有暂停,所以日志access_log仍被占用中,无法clean回头看看,是不是觉得自己很傻啊 错误描述 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project myweb: Failed to clean project: Failed to delete C:\workplace\myweb\target\tomcat\logs\access_log.2019-11-08 这个症结就是,你上次的maven run没有暂停,所以日志access_log仍被占用中,无法clean 解决 回头看看,是不是觉得自己很傻啊