stianh / gradle-jaxb-plugin

Gradle plugin for generating jaxb classes.
17 stars 11 forks source link

Add support for different packages for different schema files #2

Closed stigkj closed 12 years ago

stigkj commented 12 years ago

Now it is only possible to specify 1 package for each module, not per file.

This can be solved by not overriding the jaxb:package statement in the schema file.