[IntelliJ IDEA][maven]properties in parent definition are prohibited報錯

<parent>
  ...
  <version>${platform.version}</version>
<parent>

IntelliJ報錯: properties in parent definition are prohibitedhtml

解決:

  • idea的錯誤提示,不用管
  • 或者升級到maven3.5.2及以上(推薦)
    • 改成<version>${revision}</version>
    • flatten-maven-plugin 好像能夠不增長

參考(較少,較好):

IntelliJ IDEA Bundled Maven version is 3.3.9, this is the 2015 version. Please update it to the latest version 3.5.2.apache

相關文章
相關標籤/搜索