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.
In src/
we have main/scala/main.scala
, main/xsd/ipo.xsd
, and main/xsd/w.xsd
.
when to go multiple configs?