${project.artifactId} in parent pom.xml resolves odd

前端 未结 3 657
太阳男子
太阳男子 2021-01-02 15:16

I have a bulk full of projects which have the same URLs in their pom.xml:

https://github.com/malkusch/${project.artifactId}



        
3条回答
  •  佛祖请我去吃肉
    2021-01-02 15:55

    Since Maven 3.6.1, inheritance can avoid appending any path to parent value by setting model attribute value to false for each url

    src : maven-model-builder

    You need to append following properties to SCM tag in your POM : ...

    It seems IntelliJ shows error, but at then end, it does the job perfect.

提交回复
热议问题