[
https://issues.apache.org/jira/browse/DRILL-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184829#comment-14184829
]
Steven Phillips commented on DRILL-1548:
----------------------------------------
http://maven.apache.org/guides/introduction/introduction-to-profiles.html
>From the maven website, in the section about "activeByDefault" property:
"This profile will automatically be active for all builds unless another
profile in the same POM is activated using one of the previously described
methods. All profiles that are active by default are automatically deactivated
when a profile in the POM is activated on the command line or through its
activation config."
This seems to indicate that activating any other profile will deactivate this
one. Am I misunderstanding something?
> 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: Aditya Kishore
> Priority: Minor
> Fix For: 0.7.0
>
> Attachments: 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)