Open simonecarriero opened 4 years ago
would be really nice to have that
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.
just noticed that the license is noted in the readme 😄 Well it's evening, always overseeing simple stuff like that 😄
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)
https://github.com/sbt/sbt-maven-resolver/releases/tag/v0.1.0 has been out since May?
We we're speaking of 0.1.1 not 0.1.0
+1 on this 0.1.1 apparently with true maven support has never been published
+1 on this 0.1.1 apparently with true maven support has never been published
bad bad
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/
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?