Closed joelittlejohn closed 1 year ago
Note, in Maven if you want to enable debug logging for this plugin only, add a system property to configure the SimpleLogger, like this:
mvn -Dorg.slf4j.simpleLogger.log.org.jsonschema2pojo=debug test
This is useful for CI jobs where you want to see some output written to the log for debugging if the build fails.
Closes #863