Hi,
actually we have 2 ClearCase VOBs (databases) - one for the test-team, the
other for developement.
Both maven builds should use the same company-parent pom.xml:
<parent>
<groupId>com.mycompany</groupId>
<artifactId>global-parent</artifactId>
<version>1.9.4</version>
<!-- TODO how to define if in different VOB?....-->
<relativePath>../pom.xml</relativePath>
</parent>
This works fine, because the parent is referenced via its <version>
But what about the <relativePath>?
How can I setup a relative path, if the parent resides in a different
ClearCase VOB?
Thanx, Torsten