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

Build failed: jetbrains:hub-client-util:jar could not be resolved in ontometrics #14

Open
evil-shrike opened this issue Feb 10, 2016 · 4 comments

Comments

@evil-shrike
Copy link

cloned the repo and run manev mvn ... package
Windows 10 x64, Java 1.8.0_71 x64, maven 3.3.3

Error:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.313 s
[INFO] Finished at: 2016-02-10T17:27:42+03:00
[INFO] Final Memory: 9M/245M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project slack-youtrack: Could not resolve dependencies for project com.ontometrics.integrations:slack-youtrack:war:1.1-SNAPSHOT: The following artifacts could not be resolved: jetbrains:hub-client-util:jar:1.0.0, jetbrains:hub.api:jar:1.0.0, jetbrains:hub.api-impl:jar:1.0.0, jetbrains:hub.api.remote:jar:1.0.0, jetbrains:hub.client:jar:1.0.0: Could not find artifact jetbrains:hub-client-util:jar:1.0.0 in ontometrics (http://ontoserver.ontometrics.com:8081/nexus/content/groups/ontorepogroup) -> [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
@codeslubber
Copy link
Contributor

It's not seeing the jetbrains maven repo.

@evil-shrike
Copy link
Author

I can see only one repo in pom.xml:

    <repositories>
        <repository>
            <id>ontometrics</id>
            <name>Ontometrics</name>
            <url>http://ontoserver.ontometrics.com:8081/nexus/content/groups/ontorepogroup</url>
        </repository>
    </repositories>

Can you tell how can I fix this error?

@codeslubber
Copy link
Contributor

Oh shoot ok, so we were linking out to it from nexus. Let me make that work again. Or you could just add their repo for now, get the URL.

@UndeadJoe
Copy link

The repository is not available again. Perhaps there are dependencies data in some other store? Or is it possible to run the repository at "ontoserver.ontometrics.com:8081"?

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

3 participants