hmsonline / storm-cassandra

Storm Cassandra Integration
Apache License 2.0
179 stars 90 forks source link

problem in building the examples #52

Open Suparno89-zz opened 10 years ago

Suparno89-zz commented 10 years ago

Hi,

I am facing a problem in building the examples. I successfully executed the first mvn install command. But when i try to build the examples it constantly throws me an error of -

[INFO] Scanning for projects... [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building Storm Cassandra Examples 0.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://clojars.org/repo/com/hmsonline/storm-cassandra/0.4.0-SNAPSHOT/maven-metadata.xml Downloading: http://clojars.org/repo/com/hmsonline/storm-cassandra/0.4.0-SNAPSHOT/storm-cassandra-0.4.0-SNAPSHOT.pom [WARNING] The POM for com.hmsonline:storm-cassandra:jar:0.4.0-SNAPSHOT is missing, no dependency information available Downloading: http://clojars.org/repo/com/hmsonline/storm-cassandra/0.4.0-SNAPSHOT/storm-cassandra-0.4.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.389 s [INFO] Finished at: 2014-05-26T13:49:20+01:00 [INFO] Final Memory: 9M/482M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project storm-cassandra-examples: Could not resolve dependencies for project com.hmsonline:storm-cassandra-examples:jar:0.4.0-SNAPSHOT: Could not find artifact com.hmsonline:storm-cassandra:jar:0.4.0-SNAPSHOT in clojars.org (http://clojars.org/repo) -> [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] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

I am really new to both storm and maven , can anyone help me out with this.

PS- i am using storm-cassandra-0.4.0-rc3

Thanks,

Suparno

Suparno89-zz commented 10 years ago

Never mind solved it....

Just had to change the repository location in pom.xml from

com.hmsonline

to

org.clojars.strongh

agankur commented 8 years ago

Yeah it worked great. Thanks !!!!