Kohsuke,
XJC2Task has a setBinding method. It takes one file name as the binding
file. Is is possible to bind more than one xjb file to a schema? Should
there be a xjc2TaskAdapter.setBindings method that takes an array of binding
files?
In the maven 2 plugin in the class xjc2TaskAdapter its setting
xjc2TaskAdapter.setBinding(bindingsFilenames.get(0));
but I think we need a call like
xjc2TaskAdapter.setBindings(bindingsFilenames);