You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/09 03:04:26 UTC

[jira] [Updated] (STORM-285) Fix storm-core shade plugin config

     [ https://issues.apache.org/jira/browse/STORM-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-285:
-------------------------------
    Component/s: storm-core

> Fix storm-core shade plugin config
> ----------------------------------
>
>                 Key: STORM-285
>                 URL: https://issues.apache.org/jira/browse/STORM-285
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>            Reporter: Bryan Baugher
>            Assignee: Bryan Baugher
>            Priority: Trivial
>             Fix For: 0.9.2-incubating
>
>
> In the storm-core pom for the shade plugin config it has,
> {code}
> <include>odg.apache.storm:*</include>
> {code}
> which should likely be
> {code}
> <include>org.apache.storm:*</include>
> {code}
> instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)