Repository: kudu
Updated Branches:
  refs/heads/master eee82d90a -> 825b964fa


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]>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/825b964f
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/825b964f
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/825b964f

Branch: refs/heads/master
Commit: 825b964fa8786b87569a5896e16972fd231fd3ec
Parents: eee82d9
Author: Mike Percy <[email protected]>
Authored: Mon Jul 16 18:46:48 2018 -0700
Committer: Mike Percy <[email protected]>
Committed: Tue Jul 17 04:37:54 2018 +0000

----------------------------------------------------------------------
 java/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/825b964f/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 030e346..4dbe193 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -32,7 +32,6 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>18</version>
-        <relativePath/>
     </parent>
 
     <name>Kudu</name>

Reply via email to