An example project using the sbt-nosbt plugin.
The directory structure of this project is:
myproj/
commons/
db/
api/
utils/
js/
jvm/
shared/
fooservice/
api/
impl/
barservice/
api/
impl/
Which corresponds to the following set of sbt projects:
myproj
myproj-commons
myproj-commons-db
myproj-commons-api
myproj-commons-utilsJS
myproj-commons-utilsJVM
myproj-fooservice
myproj-fooservice-api
myproj-fooservice-impl
myproj-barservice
myproj-barservice-api
myproj-barservice-impl