<relativePath>
If you build under a child project, then <relativePath>
can help you resolve the parent pom.
But if you build the child project out of its folder, <relativePath>
doesn't work. You can install
the parent pom into your local repository first, then build the child project.