Shouldn't sbt-twirl (as well as sbt-play-ebean) now be published under com.typesafe.play?
Or I am completely wrong and should we keep it under com.typesafe.sbt? However, be aware that whoever wants to publish twirl then will need permissions to publish to com.typesafe.sbt (for the sbt-plugin) as well to com.typesafe.play (to publish the twirl-api,... libs).
Moving twirl (the plugin) to com.github.sbt would be another option, not sure however, because I think that means twirl should move to the sbt Github organization as well.
I want to publish twirl 1.6.0-M1, now I am asking myself where the sbt plugin should get published to?
The old 1.5.1 (plugin) release got published under
com.typesafe.sbt
in the read-only repo https://repo.scala-sbt.org/. We could of course switch tocom.typesafe.sbt
on maven central, however looking at https://repo1.maven.org/maven2/com/typesafe/sbt/ it seems no one is actually publishing sbt-plugins there anymore. It seems all sbt-plugins are now moving to https://repo1.maven.org/maven2/com/github/sbt/. Actually, if you look at https://repo1.maven.org/maven2/com/typesafe/sbt/, the only newer stuff there is sbt-git, which IMHO should be published undercom.github.sbt
as well now, I don't know why they keep publishing tocom.typesafe.sbt
(started a discussion: https://github.com/sbt/sbt-git/issues/198). And sbt-play-ebean only published a RC3, and actually I think that's the same story likesbt-twirl
here.Shouldn't sbt-twirl (as well as sbt-play-ebean) now be published under
com.typesafe.play
? Or I am completely wrong and should we keep it undercom.typesafe.sbt
? However, be aware that whoever wants to publish twirl then will need permissions to publish tocom.typesafe.sbt
(for the sbt-plugin) as well tocom.typesafe.play
(to publish the twirl-api,... libs). Moving twirl (the plugin) tocom.github.sbt
would be another option, not sure however, because I think that means twirl should move to the sbt Github organization as well.