Maven property not resolved in parent tag

后端 未结 1 2020
耶瑟儿~
耶瑟儿~ 2020-12-21 11:12

The following properties are not resolved:


    UTF-8
    

        
相关标签:
1条回答
  • 2020-12-21 11:41

    This is normal. Currently, Maven does not evaluate properties inside the <parent> tag, so you need to write explicitely the version.

    This was reported in MNG-2569 as a bug, which is duplicated by the more general MNG-624. There are currently no plans to make this work in the future (the issue is closed as "Won't Fix").

    0 讨论(0)
提交回复
热议问题