Github user parthchandra commented on a diff in the pull request:
https://github.com/apache/drill/pull/950#discussion_r142827417
--- Diff: exec/java-exec/pom.xml ---
@@ -589,6 +669,17 @@
<build>
+ <extensions>
+ <!--
+ Include the os-maven-plugin to get os.detected.classifier
+ -->
+ <extension>
+ <groupId>kr.motd.maven</groupId>
+ <artifactId>os-maven-plugin</artifactId>
+ <version>1.4.0.Final</version>
--- End diff --
I can build easily on Centos. But I took your tip and updated it to
1.5.0.Final. Hopefully that fixes it for you as well.
---