Mike Percy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10957 )
Change subject: mvn: Remove <relativePath/> from <parent> ...................................................................... mvn: Remove <relativePath/> from <parent> Adding relativePath to the parent tag causes Maven to search upward in the directory structure for a parent module. There is no reason to do that since the Kudu parent project is the apache root pom from Maven central. Worse, IntelliJ responds poorly to such a setting, recursing up multiple levels and erroneously indexing other sibling projects. Change-Id: I6e3a965912f02fe36b6686b803fa1803516fb6e3 Reviewed-on: http://gerrit.cloudera.org:8080/10957 Reviewed-by: Grant Henke <[email protected]> Tested-by: Mike Percy <[email protected]> --- M java/pom.xml 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Grant Henke: Looks good to me, approved Mike Percy: Verified -- To view, visit http://gerrit.cloudera.org:8080/10957 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I6e3a965912f02fe36b6686b803fa1803516fb6e3 Gerrit-Change-Number: 10957 Gerrit-PatchSet: 2 Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]>
