Open
Description
Scalafix migrations are currently not supported in Maven projects. The corresponding MavenAlg#runMigration
method is a NOP.
Full support for Scalafix migrations is currently only available for sbt projects. The corresponding code in SbtAlg
can be used as inspiration for supporting them in Maven.