7677787980818283848586
s.serialize(result); for (String type : getReportTypes()) { String output = getOutput(type, result); if (output != null) { s.textOutput(type + ".txt", output); } } getLog().info("Finished Translate Mojo");