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

Missing resolver? #2

Open
ciddan opened this issue Dec 5, 2013 · 3 comments
Open

Missing resolver? #2

ciddan opened this issue Dec 5, 2013 · 3 comments

Comments

@ciddan
Copy link

ciddan commented Dec 5, 2013

I cannot get the plugin to work since it can't be found by play. Even the sample project in the repo fails to start with "Unresolved dependencies". This is the output generated by play/sbt:

[warn]  module not found: com.linkedin#play-plugins-testng;2.2.1
[warn] ==== typesafe-ivy-releases: tried
[warn]   http://repo.typesafe.com/typesafe/ivy-releases/com.linkedin/play-plugins-testng/scala_2.10/sbt_0.13/2.2.1/ivys/ivy.xml
[warn] ==== sbt-plugin-releases: tried
[warn]   http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.linkedin/play-plugins-testng/scala_2.10/sbt_0.13/2.2.1/ivys/ivy.xml
[warn] ==== local: tried
[warn]   /usr/local/Cellar/play/2.2.1/libexec/repository/local/com.linkedin/play-plugins-testng/scala_2.10/sbt_0.13/2.2.1/ivys/ivy.xml
[warn] ==== Maven2 Local: tried
[warn]   file:/Users/ciddan/.m2/repository/com/linkedin/play-plugins-testng_2.10_0.13/2.2.1/play-plugins-testng-2.2.1.pom
[warn] ==== public: tried
[warn]   http://repo1.maven.org/maven2/com/linkedin/play-plugins-testng_2.10_0.13/2.2.1/play-plugins-testng-2.2.1.pom
[warn] ==== Typesafe Releases Repository: tried
[warn]   http://repo.typesafe.com/typesafe/releases/com/linkedin/play-plugins-testng_2.10_0.13/2.2.1/play-plugins-testng-2.2.1.pom
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.linkedin#play-plugins-testng;2.2.1: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn]      com.linkedin:play-plugins-testng:2.2.1 (sbtVersion=0.13, scalaVersion=2.10)
[warn]
sbt.ResolveException: unresolved dependency: com.linkedin#play-plugins-testng;2.2.1: not found
@WarFox
Copy link

WarFox commented May 27, 2014

I too have this problem using Play 2.2.3

@wchen9911
Copy link
Contributor

I don't think it's published into the default maven central or typesafe repos.

You may just need to build it yourself and upload it to your own repo (or just use local ivy repo).

@YashodharPalkuru
Copy link

same problem for me as well. Is there any workaround for this?

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

4 participants