Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2719
The current build is failing because of an Enforcer rule.
```
...
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @
storm-hive ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.BannedDependencies
failed with message:
Found Banned Dependency: jdk.tools:jdk.tools:jar:1.8
Use 'mvn dependency:tree' to locate the source of the banned dependencies.
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce
(enforce-maven-version) on project storm-hive: Some Enforcer rules have failed.
Look above for specific messages explaining why the rule failed. -> [Help 1]
...
```
---