Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/985#discussion_r144339857
--- Diff: pom.xml ---
@@ -15,7 +15,8 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>14</version>
+ <version>18</version>
+ <relativePath/>
--- End diff --
Yes, to make maven happy. Otherwise, it expects to find parent pom in a
parent directory and if finds one (for example if there is an uber pom that
builds multiple projects), maven will complain.
---