Hi all,
I did not find a good explanation about the usage of <relativePath/> in the
net. I am interested if I have e.g.:
<parent>
<groupId>com.mycomp</groupId>
<artifactId>mycomp-parent-pom</artifactId>
<version>${mycomp.version}</version>
<relativePath>../../parent-pom/pom.xml</relativePath>
</parent>
If the <relativePath> will be checked first and then the repositories?
Currently I can see into the logs that Maven tries to download the artifact
from the repository, but there is no an artifact with version
${mycomp.version}. I am expecting that Maven should try the relative path?
Thank you in advance.
Regards, Dobri