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?
Did you try make-pom
from sbt?
It generates basic POM for the current project at the ./target. To customize generation, you can override pomExtra
, pomIncludeRepository
and pomPostProcess
at the project definition.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With