Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/294#discussion_r22720912
--- Diff: storm-core/pom.xml ---
@@ -464,6 +464,30 @@
</dependencies>
</plugin>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
--- End diff --
This code will not run on a build for Windows. I think it is going to
produce build errors if we try. I would like to see this placed in a profile
that is activated only for Operating systems that we know it works on. And file
a follow up JIRA to make this work on Windows.
https://maven.apache.org/guides/introduction/introduction-to-profiles.html
---
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 [email protected] or file a JIRA ticket
with INFRA.
---