Main challenge I face is declaring the build process as described on MapStruct's documentation. Declaring the dependency in SBT is straight forward, however, i'm having issues integrating the maven build process into sbt. Any help is greatly appreciated.
Thanks Igmar for your suggestion. Turns out, it was pretty straight forward!I included the 'mapstruct-processor' as a dependency in build.sbt, and SBT took care of the build automagically.libraryDependencies ++= Seq(javaJdbc,cache,javaWs,"org.mapstruct" % "mapstruct-jdk8" % "1.0.0.Final","org.mapstruct" % "mapstruct-processor" % "1.0.0.Final")