SBT to Maven Converter

前端 未结 3 1526
悲&欢浪女
悲&欢浪女 2020-12-07 17:50

Since most IDEs are only able to import Maven projects, I\'d like to generate a POM.xml from an SBT managed project, is there a better way to do it?

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-07 18:21

    Vasil's answer is correct, but for Eclipse and IDEA you can generate IDE metadata more directly using plugins. For IDEA https://github.com/mpeltonen/sbt-idea, and for Eclipse https://github.com/musk/SbtEclipsify .

提交回复
热议问题