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

Maven build fails to resolve rion-ops dependency. #6

Open
rrdharangaonkar opened this issue Sep 10, 2019 · 2 comments
Open

Maven build fails to resolve rion-ops dependency. #6

rrdharangaonkar opened this issue Sep 10, 2019 · 2 comments

Comments

@rrdharangaonkar
Copy link

./mvnw -U clean test
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< com.nanosai:stream-ops >-----------------------
[INFO] Building Stream Ops for Java 0.6.3
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/com/nanosai/rion-ops/0.5.2/rion-ops-0.5.2.pom
[WARNING] The POM for com.nanosai:rion-ops:jar:0.5.2 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/com/nanosai/rion-ops/0.5.2/rion-ops-0.5.2.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.976 s
[INFO] Finished at: 2019-09-10T18:45:51+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project stream-ops: Could not resolve dependencies for project com.nanosai:stream-ops:jar:0.6.3: Could not find artifact com.nanosai:rion-ops:jar:0.5.2 in central (https://repo.maven.apache.org/maven2) -> [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

@jjenkov
Copy link
Contributor

jjenkov commented Sep 10, 2019

Hi - unfortunately we have not yet released the two dependent projects RION Ops and Mem Ops to the central Maven repo, so you will need to clone / fork them all and build them locally to get Stream Ops up and running. We are working on this issue though, and we are also working on another alternative solution too. See the README.md for more info - in the Getting Started section.

@rrdharangaonkar
Copy link
Author

rrdharangaonkar commented Sep 10, 2019

Okay, I guessed so. I will build the dependencies locally to get them resolved from the local repo. 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