cxf-xjc-plugin/src/main/java/org/apache/cxf/maven_plugin/XJCBuildContext.java [64:71]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        System.out.println("Line: " + line);
        System.out.println("Col: " + column);
        System.out.println(message);
        if (cause != null) {
            cause.printStackTrace(System.out);
        }
        System.out.println();
        System.out.println("DONE");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cxf-xjc-plugin/src/main/java/org/apache/cxf/maven_plugin/XJCBuildContext.java [89:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        System.out.println("Line: " + line);
        System.out.println("Col: " + column);
        System.out.println(message);
        if (cause != null) {
            cause.printStackTrace(System.out);
        }
        System.out.println();
        System.out.println("DONE");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



