I cloned storm-starter from https://github.com/apache/storm/tree/master/examples/storm-starter, then went to build my jar locally using "mvn clean install -DskipTests=true"
Here's the error I got: [ERROR] Failed to execute goal on project storm-starter: Could not resolve depen dencies for project org.apache.storm:storm-starter:jar:0.10.0-SNAPSHOT: Could no t find artifact org.apache.storm:storm-core:jar:0.10.0-SNAPSHOT in clojars (http s://clojars.org/repo/) -> [Help 1] Maybe I'm looking at the wrong location, but I don't see "storm" listed at https://clojars.org/repo/org/apache/ How can I make this work? Jon
