stianh / gradle-jaxb-plugin

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

Do not enable verbose mode for XJC Ant task #13

Open stigkj opened 12 years ago

stigkj commented 12 years ago

It does not generate any more output from the run, but just generates a useless class (JAXBDebug) in default package which can cause problems under IDEs.

matt-tr commented 10 years ago

I second this, I'm having to write code to get rid of the debug source file so my build matches the Maven build I am trying to replace.