maven failed to clean failed to delete target 解决办法

For instance, clean could fail if you already have opened a command line with target as the current dir. Windows locks some ressources and you need to close the handles on these ressources. To skip these errors, you could call clean with the command line parameter -Dmaven.clean.failOnError=false. 

posted @ 2016-07-12 11:02  程序猿进化之路  阅读(1387)  评论(0)    收藏  举报