Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/950#discussion_r142863375
--- 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.5.0.Final</version>
--- End diff --
Fix has helped, now project builds on my centos.---
