Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem in building the examples #52

Open
Suparno89-zz opened this issue May 26, 2014 · 2 comments
Open

problem in building the examples #52

Suparno89-zz opened this issue May 26, 2014 · 2 comments

Comments

@Suparno89-zz
Copy link

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
Copy link
Author

Never mind solved it....

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

com.hmsonline

to

org.clojars.strongh

@agankur
Copy link

agankur commented Apr 12, 2016

Yeah it worked great. Thanks !!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants