zen0wu / sbt-maven-plugin

A sbt plugin which reads project definitions from pom.xml
Apache License 2.0
83 stars 16 forks source link

"How about, pom.xml for the model, and build.sbt for the behavior?" #19

Open tomer-ben-david opened 8 years ago

tomer-ben-david commented 8 years ago

What does model means exactly does it means that I have to manage the library dependencies in maven and the rest of the behaviour in sbt? must I manage the library dependencies in maven or can I do that with SBT after using that plugin?