stianh / gradle-jaxb-plugin

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

Change the default source directory to .../xsd #9

Closed stigkj closed 12 years ago

stigkj commented 12 years ago

As @mraccola mentioned in #5, it would make more sense that the default source directory is .../xsd instead of .../jaxb. This signals that the schemas can be used for other things besides generating source code from.

Spelled out, this means changing the plugin to use "src/${sourceSet.name}/xsd as the default.