in buildtools/src/main/java/org/apache/cxf/maven/PluginTransformer.java [90:95]
public void modifyOutputStream(JarOutputStream jos) throws IOException {
jos.putNextEntry(new JarEntry(resource));
new XMLOutputter(Format.getPrettyFormat()).output(doc, jos);
doc = null;
}