[
https://issues.apache.org/jira/browse/CALCITE-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14741908#comment-14741908
]
Jacques Nadeau commented on CALCITE-741:
----------------------------------------
I don't think so. We establish the bundle information in the root pom
(non-root-resources) but then fire it everywhere else (note the child pom
process clauses for that execution). This is so we don't have to copy and paste
the assembly name to each sub module. One of the issues with the original build
was we had competing assemblies which meant that (among other things) we would
get different assemblies for zip versus tgz. Additionally, the order of which
was applied second didn't appear determinate. If this is causing a problem with
Intellij, an alternative would be to remove the root execution for
non-root-resources and add to all the children. Note that this assembly is
responsible for adding the individual license files to each child jar whereas
the other is responsible for adding all dependencies to the tarballs.
> DEPENDENCIES should not be empty
> --------------------------------
>
> Key: CALCITE-741
> URL: https://issues.apache.org/jira/browse/CALCITE-741
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Jacques Nadeau
> Fix For: 1.4.0-incubating
>
>
> Jacques Nadeau, during 1.3 RC1 vote:
> bq. Minor comment, the DEPENDENCIES file states that it lists transitive
> dependencies (which Calcite has) but doesn't actually list anything.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)