sbt / sbt-maven-resolver

An sbt plugin to resolve dependencies using Aether
12 stars 9 forks source link

Release 0.1.1 to make sbt-maven-resolver available for sbt 1.x #8

Open simonecarriero opened 4 years ago

simonecarriero commented 4 years ago

As described in https://github.com/sbt/sbt/issues/3486, the version 0.1.1 should make sbt-maven-resolver working again with sbt 1.x, but it's not released yet. Do you have any plan to release it?

realvictorprm commented 4 years ago

would be really nice to have that

realvictorprm commented 4 years ago

Well if one would add a license one might be able to publish it himself for everyone.

At least I can report that if you place it as global plugin it works.

realvictorprm commented 4 years ago

just noticed that the license is noted in the readme 😄 Well it's evening, always overseeing simple stuff like that 😄

realvictorprm commented 4 years ago

OK for everyone requiring this plugin, just add in your plugins.sbt this:

lazy val sbtMavenResolver = RootProject(uri("https://github.com/sbt/sbt-maven-resolver.git"))
lazy val root = (project in file(".")).dependsOn(sbtMavenResolver)
eed3si9n commented 4 years ago

https://github.com/sbt/sbt-maven-resolver/releases/tag/v0.1.0 has been out since May?

realvictorprm commented 4 years ago

We we're speaking of 0.1.1 not 0.1.0

TonioGela commented 2 years ago

+1 on this 0.1.1 apparently with true maven support has never been published

luck-cheng commented 4 months ago

+1 on this 0.1.1 apparently with true maven support has never been published

bad bad

eed3si9n commented 4 months ago

The only changes on this repo since 0.1.0 are just readme changes - https://github.com/sbt/sbt-maven-resolver/compare/v0.1.0...master

0.1.0 on the other hand is available here - https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.scala-sbt/sbt-maven-resolver/scala_2.12/sbt_1.0/0.1.0/