scala-3-migration-guide
scala-3-migration-guide copied to clipboard
Maven based projects migration guide
Would be nice to support maven based part of community. It's a thing, especially in corporate environments
Thank you @jozic for opening this issue.
Maven is definitely something we may want to cover.
At the moment we don't have much knowledge on that topic. Do you know if there is a Maven plugin that support the Scala 3 compiler?
I'm aware of two maven scala plugins, but afaik none of those supports Scala 3 (hopefully i'm wrong here)
- https://github.com/davidB/scala-maven-plugin
- https://github.com/random-maven/scalor-maven-plugin
Any chance you get your hands on them and make them compile Scala 3? :pray:
that's unlikely, but who knows :)
The @davidB one is the one still under active development; I don't think the other one matters anymore.
ticket requesting a volunteer to tackle adding Scala 3 support: https://github.com/davidB/scala-maven-plugin/issues/393
Getting closer with https://github.com/davidB/scala-maven-plugin/pull/447
Just to update info on this open tickect. The version 4.5.1 of https://github.com/davidB/scala-maven-plugin includes PR from the community for scala 3. (feedback are welcomed)