Multi Modular Project with SBT 0.11.0
Looking for exam开发者_JS百科ples / references of a multiple modular project with SBT 0.11.0. All the examples I found were for older versions of SBT.
As others have mentioned, you should really look at the "Full Configuration" example on the sbt wiki first.
When you are done with that, and you still want more, head over to github. These days all my build inspiration comes from the Scalatra build file. It's really nicely done!
You need to use FullConfiguration to setup modular projects, Basic Configuration can't do.
The wiki of SBT0.11.0 on github gives samples on this.
You can also get inspired by the Akka project, found in https://github.com/akka/akka
精彩评论