ontometrics / slack-youtrack

Integration of slack and you track.
49 stars 14 forks source link

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

Open evil-shrike opened 8 years ago

evil-shrike commented 8 years ago

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 commented 8 years ago

It's not seeing the jetbrains maven repo.

evil-shrike commented 8 years ago

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 commented 8 years ago

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 commented 3 years ago

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"?