Hello all, I’m brand new to Storm (and Maven) so this might be a more basic issue, but I’d love a bit of help. I’m trying to make my own project to house some topos. My understanding is that the best way to do this is to use Maven and include storm as a dependency. The docs here: https://storm.incubator.apache.org/documentation/Maven.html seem a bit out of date, and I think missing some formatting for xml file code snippets, but I’ve searched around and think they are now hosted at org.apache.storm:storm. My problem is that Maven can’t seem to find them at any location. I get the following error message whenever I try to compile with ‘mvn compile'
"[ERROR] Failed to execute goal on project rtspCluster: Could not resolve dependencies for project fitnet:rtspCluster:jar:0.1-alpha: Could not find artifact org.apache.storm:storm:jar:0.9.2-incubating -> [Help 1]” I’ve also tried other storm repos I’ve found at storm:storm:0.9.0.1 etc, all to the same effect. I’m guessing if I ask on Maven lists they will just say ‘contact the repo maintainers’ but it seems like this must be something super basic. What am I missing? -Kevin
