Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:mav

后端 未结 7 1798
执念已碎
执念已碎 2020-12-11 11:05

Earlier today i was just doing some work on a maven project i just imported in and i was having some trouble with it. It wasn\'t getting a certain dependency. I tried deleti

7条回答
  •  自闭症患者
    2020-12-11 11:36

    I had the same error. I removed the directory containing the different versions of the maven-war-plugin from my local repository. After this I startet the build with mvn install -U to update all the plugins.

    The plugin was downloaded again and the error was gone.

提交回复
热议问题