edulify / play-hikaricp.edulify.com

HikariCP Plugin for Playframework 2.2.x and 2.3.x
http://edulify.github.io/play-hikaricp.edulify.com/
Apache License 2.0
82 stars 35 forks source link

Can't download the package #55

Closed nremond closed 9 years ago

nremond commented 9 years ago

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

megazord commented 9 years ago

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

nremond commented 9 years ago

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