A few people have asked me on how to configure a sbt build so scalaxb can be used multiple times, so let's take a look.
Here's the code:
$ git clone -b multipleconfigs git://github.com/eed3si9n/scalaxb-sample.git
$ cd scalaxb-sample/multipleconfigs/
Now open the directory using your favorite editor.
First thing you'd notice is that there's no build.sbt. In project/, there are build.scala and plugins.sbt; and in src/ we have main/scala/main.scala, main/xsd/ipo.xsd, and main/xsd/w.xsd.