edulify / play-hikaricp.edulify.com

HikariCP Plugin for Playframework 2.2.x and 2.3.x

Home Page:http://edulify.github.io/play-hikaricp.edulify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't download the package

nremond opened this issue · comments

Hi,

Is there an issue with the hosting of your packages ?
Can't download it.

[info] Resolving com.edulify#play-hikaricp_2.11;2.0.1 ...
[warn]  module not found: com.edulify#play-hikaricp_2.11;2.0.1
[warn] ==== typesafe-ivy-releases: tried
[warn]   https://repo.typesafe.com/typesafe/ivy-releases/com.edulify/play-hikaricp_2.11/2.0.1/ivys/ivy.xml
[warn] ==== sbt-plugin-releases: tried
[warn]   https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.edulify/play-hikaricp_2.11/2.0.1/ivys/ivy.xml
[warn] ==== local: tried
[warn]   /Users/nicolas/.ivy2/local/com.edulify/play-hikaricp_2.11/2.0.1/ivys/ivy.xml
[warn] ==== public: tried
[warn]   https://repo1.maven.org/maven2/com/edulify/play-hikaricp_2.11/2.0.1/play-hikaricp_2.11-2.0.1.pom
[warn] ==== local: tried
[warn]   /Users/nicolas/.ivy2/local/com.edulify/play-hikaricp_2.11/2.0.1/ivys/ivy.xml
[warn] ==== Maven2 Local: tried
[warn]   file:/Users/nicolas/.m2/repository/com/edulify/play-hikaricp_2.11/2.0.1/play-hikaricp_2.11-2.0.1.pom
[warn] ==== typesafe-releases: tried
[warn]   https://repo.typesafe.com/typesafe/releases/com/edulify/play-hikaricp_2.11/2.0.1/play-hikaricp_2.11-2.0.1.pom
[warn] ==== typesafe-snapshots: tried
[warn]   https://repo.typesafe.com/typesafe/snapshots/com/edulify/play-hikaricp_2.11/2.0.1/play-hikaricp_2.11-2.0.1.pom
[warn] ==== sonatype-releases: tried
[warn]   https://oss.sonatype.org/content/repositories/releases/com/edulify/play-hikaricp_2.11/2.0.1/play-hikaricp_2.11-2.0.1.pom
[warn] ==== sonatype-snapshots: tried
[warn]   https://oss.sonatype.org/content/repositories/snapshots/com/edulify/play-hikaricp_2.11/2.0.1/play-hikaricp_2.11-2.0.1.pom
[warn] ==== Edulify Repository: tried
[warn]   http://edulify.github.io/modules/releases/com/edulify/play-hikaricp_2.11/2.0.1/play-hikaricp_2.11-2.0.1.pom

Best
Nicolas

Hello @nremond,

You have to configure our repository to use ivy style pattern, instead of the default maven style. Here is the section that describes exactly how to configure the repository:

https://github.com/edulify/play-hikaricp.edulify.com#repository

Sorry, I didn't see that change.
Thanks a lot !