You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: