Github user Parth-Brahmbhatt commented on the pull request:

    https://github.com/apache/storm/pull/577#issuecomment-109025180
  
    can you try adding following to the shade-plugin part. See 
http://maven.apache.org/plugins/maven-shade-plugin/examples/includes-excludes.html
 for a full example.
    
      <filters>
            <filter>
                <artifact>*:*</artifact>
                <excludes>
                    <exclude>META-INF/*.SF</exclude>
                    <exclude>META-INF/*.DSA</exclude>
                    <exclude>META-INF/*.RSA</exclude>
                </excludes>
            </filter>
        </filters>


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to