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

后端 未结 20 1837
臣服心动
臣服心动 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

    I had similar issue. Earlier I was using Maven 3 to build the project. After switching to maven 2 , I had the above error.

    Solved it by switching to Maven 3.

提交回复
热议问题