[
https://issues.apache.org/jira/browse/DRILL-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197427#comment-14197427
]
Hanifi Gunes commented on DRILL-1548:
-------------------------------------
distribution/pom.xml looks ugly as maven does not support profile activation by
logical ORing specific property's precence/absence or I could not figure it
out. This is how it looks like. Build time comes down to 2-3 mins from 7-8 mins.
{code}mvn clean install -DskipJdbcAll -DskipContrib -DskipInterpreter
-DskipTests{code}
> Remove jdbc-all from default build
> ----------------------------------
>
> Key: DRILL-1548
> URL: https://issues.apache.org/jira/browse/DRILL-1548
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Hanifi Gunes
> Assignee: Hanifi Gunes
> Priority: Minor
> Fix For: 0.7.0
>
> Attachments: DRILL-1548.1.patch.txt, DRILL-1548.patch
>
>
> Currently, jdbc-all module is built each and every time maven build is
> started. Building jdbc-all is time consuming and outputs verbose messages
> making it hard to track lines of interest. This issue proposes to remove
> jdbc-all from the default maven build possibly moving it to apache build.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)