Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2667#discussion_r187100434
--- Diff: pom.xml ---
@@ -1275,6 +1270,25 @@
<useStandardDocletOptions>true</useStandardDocletOptions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-maven</id>
--- End diff --
Yes, that's better. Will change.---
