【发布时间】:2016-02-24 17:27:02
【问题描述】:
在定义父工件时,我是否需要在孩子的 pom 中包含 ?例如,
<relativePath> 是可选的还是必需的?
<parent>
<groupId>org.hibernate.tutorials</groupId>
<artifactId>hibernate-tutorials</artifactId>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
【问题讨论】:
标签: maven