This commit: https://github.com/apache/storm/commit/6e65ae250f77035bc9dac9f0f1025c3ab8965140 seems to have broken the build for me. Here's the command I'm running:
``` mvn install -DskipTests=true cd examples/storm-starter mvn exec:java -Dstorm.topology=storm.starter.ExclamationTopology ``` If I checkout anything before that commit, I can run ExclamationTopology fine. After that commit, I get an error java.lang.ClassNotFoundException: backtype.storm.testing.TestWordSpout. Any thoughts? I'm using: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T10:41:47-06:00) Maven home: /usr/share/maven3 Java version: 1.7.0_80, vendor: Oracle Corporation Java home: /opt/jdk1.7.0_80/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.13.0-74-generic", arch: "amd64", family: "unix" Thanks.
