Eclipse中SpringBoot項目POM文件報UnKnown的解決方案

在項目中使用spring-boot-starter-parent的2.1.5.RELEASE版本時發現會出現POM錯誤(Unknown),其實這錯誤能夠無視,但若是你實在看不下去能夠在POM中添加以下屬性解決。spring

<properties>
    <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
</properties>

在2.1.5.RELEASE的定義中maven-jar-plugin插件的版本時3.1.2,不知道爲什麼3.1.1版本就不報這個錯誤。maven

相關文章
相關標籤/搜索