in the parent element of pom.xml
<parent>
        <groupId>edu.columbia.law</groupId>
        <artifactId>rootpom</artifactId>
        <version>1.0</version>
        <relativePath>../cls-pom</relativePath>
</parent>

what is the meaning of relativePath? How do I use it?

It is a bit confusing since maven has all the information to find pom
in the repository.

Thanks,
Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to