You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2015/09/11 23:14:46 UTC

[jira] [Commented] (CALCITE-741) DEPENDENCIES should not be empty

    [ https://issues.apache.org/jira/browse/CALCITE-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14741545#comment-14741545 ] 

Julian Hyde commented on CALCITE-741:
-------------------------------------

[~jnadeau], Intellij is complaining about these lines of code you added: {code}          <execution>
            <id>non-root-resources</id>
            <configuration>
              <resourceBundles>
                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
              </resourceBundles>
            </configuration>
          </execution>
{code}

specifically that the resourceBundles element should not be there. It gets fixed if I add a goal: {code}            <goals>
              <goal>process</goal>
            </goals>
{code}

Is that right?

> 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)