I am trying to bring SBT into my organization through a side door. We use TeamCity for our continuous integration system with all projects built using Maven. I am starting to prefer SBT for building Scala and mixed Scala/Java projects, but I will get resistance if I ask our infrastructure group to modify the continuous integration system to support SBT.
I am looking for a way to provide a minimal pom.xml
file in the root of my project that then invokes SBT to do the actual build. Is there any way to do this, perhaps with a Maven-to-SBT plugin?