Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/991#discussion_r144659314
--- Diff: exec/java-exec/pom.xml ---
@@ -701,18 +707,21 @@
<!--
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>
- </extension>
- </extensions>
+ <!-- Uncomment the following to get a debug build that allows
openssl support -->
--- End diff --
For example `-P apache,openssl'. Another option will be to enable openssl
profile based on a property.
---