maven… Failed to clean project: Failed to delete ..\org.ow2.util.asm-asm-tree-3.1.jar

后端 未结 20 1855
臣服心动
臣服心动 2020-12-24 10:02

I use STS(spring tool suite) + maven plugin.

Every time when I run my application using maven-clean I see following error:

[INFO] Scanni         


        
20条回答
  •  再見小時候
    2020-12-24 10:50

    Try disabling Project->Build Automatically.

    As Scorpio suggested, there's a process running that's got a lock on a file somewhere.

    I have a large multi-module maven project that regularly fails on clean and this resolves it for me. I re-enable Build Automatically when I'm done.

提交回复
热议问题