dariush-y / sbt-docker-compose

sbt-docker-compose plugin provides ultimate solution for running integration tests against docker containers with health checking support.
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

1.1.0 is not available in maven central #4

Open jelmerk opened 6 years ago

jelmerk commented 6 years ago

While the plugin can be found in maven central. the jar file and pom are not available. 1.0.0 is there

http://search.maven.org/#artifactdetails%7Ccom.github.ehsanyou%7Csbt-docker-compose%7C1.1.0%7Cjar

Example :

http://repo1.maven.org/maven2/com/github/ehsanyou/sbt-docker-compose_2.12_1.0/1.0.0/sbt-docker-compose-1.0.0.pom

http://repo1.maven.org/maven2/com/github/ehsanyou/sbt-docker-compose_2.12_1.0/1.1.0/sbt-docker-compose-1.1.0.pom

As a workaround one can do something like this

sbt 'set publishTo := Some("releases" at "https://your.repository/nexus/repository/hosted-foo-releases/")' "^publish"

To publish the artifact to your local repository

bijancn commented 5 years ago

Any ambitions to fix this? Is 1.0.0 mostly identical to 1.1.0?

Fristi commented 5 years ago

Confirmed, 1.0.0 works to resolve while 1.1.0 doesn't.

Also there seems to be a 2.0.0 to be available