Failed to parse plugin descriptor for org.apache.maven.plugins:maven-resources-plugin:2.4.3.. error in opening zip file

后端 未结 3 1404
庸人自扰
庸人自扰 2021-02-07 01:48

I was using maven to build and compile a spring project and here\'s what I got an error about \"error in opening zip file.\". I attached the settings.xml here to show that I con

3条回答
  •  半阙折子戏
    2021-02-07 02:27

    Delete C:\Users\AMT\.m2\repository\org\apache\maven\plugins\maven-resources-plugin\2.4.3\maven-resources-plugin-2.4.3.jar or better still C:\Users\AMT\.m2\repository\org\apache\maven\plugins\maven-resources-plugin\2.4.3\ folder and try again.

    Evidently, the jar file is incomplete or corrupted.

提交回复
热议问题