incase if you haven't done already can you do mvn clean install under storm-starter.
-Harsha On Mon, May 12, 2014, at 11:52 AM, Thomas Puthiaparambil wrote: I get the following error [root@localhost storm-starter]# mvn compile exec:java -Dstorm.topology=storm.starter.WordCountTopology [INFO] Scanning for projects... [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThread edBuilder with a thread count of 1 [INFO] [INFO] ----------------------------------------------------------------------- - [INFO] Building storm-starter 0.9.2-incubating-SNAPSHOT [INFO] ----------------------------------------------------------------------- - [WARNING] The POM for org.apache.storm:storm-core:jar:0.9.2-incubating-SNAPSHOT is missing, no dependency information available [INFO] ----------------------------------------------------------------------- - [INFO] BUILD FAILURE [INFO] ----------------------------------------------------------------------- - [INFO] Total time: 2.084 s [INFO] Finished at: 2014-05-12T09:45:25-08:00 [INFO] Final Memory: 12M/91M [INFO] ----------------------------------------------------------------------- - [ERROR] Failed to execute goal on project storm-starter: Could not resolve dependencies for project org.apache.storm:storm-starter:jar:0.9.2-incubating-SNAPSHOT: Failure to find org.apache.storm:storm-core:jar:0.9.2-incubating-SNAPSHOT in [1]https://clojars.org/repo/ was cached in the local repository, resolution will not be reattempted until the update interval of clojars has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] [2]http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolu tionException References 1. https://clojars.org/repo/ 2. http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
