bjornvester / xjc-gradle-plugin

A Gradle plugin for running the XJC binding compiler to generate JAXB Java source code from XSD schemas
MIT License
59 stars 10 forks source link

Quiet build is not actually quiet #8

Open coyotesqrl opened 4 years ago

coyotesqrl commented 4 years ago

While the xjc processing is quiet when the flag is set, the call to JCodeModel.build() spits out the name of every generated file it builds to System.out.

It would be preferred to be fully quiet.

sbrannen commented 3 months ago

spits out the name of every generated file it builds to System.out.

The Spring Framework team would also be grateful if there were a flag or mechanism to avoid having the generated file names printed to the console during our build.