[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project study-search: Failed to clean project: Failed to delete f:\ncyteng\tomcat\logs\access_log.2020-02-19
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
本來(lái)是執(zhí)行clean tomcat8:run命令的,結(jié)果執(zhí)行clean的時(shí)候就報(bào)錯(cuò)了,不能清除log,那是log被某個(gè)程序占用了,所以不能清除,剛剛啟動(dòng)的程序沒有關(guān)閉,terminate.再次啟動(dòng),OK了!