I found that POM files of all modules under /bundles/extensions/discovery
have incorrect relative path to it's parent.
Here is a current value of relative path property:
<parent>
.....
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
which is looks like incorrect, because it looks for *parent *directory
under *bundles*.
Project builds fine with wrong and corrected path as well, but in my
opinion it shouldn't be so. Or there is some reason why it's configured in
this way?
Could I create JIRA Improvement Issue and send a pull request which will
fix it?
Petr