Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Cannot Reproduce
-
4.0.4
-
None
-
None
-
Unknown
Description
Currently we are using cxf-codegen-plugin, which produces allways debugging output of velocity, on the console
15:59:45 [INFO]
15:59:45 [INFO] --- cxf-codegen:4.0.4:wsdl2java (default) @ wsdls ---
15:59:45 [INFO] Running code generation in fork mode...
15:59:45 [INFO] bin/java
15:59:45 [INFO] Building jar: /tmp/cxf-tmp-77777/cxf-codegenxxxx.jar
15:59:45 [WARNING] Picked up JAVA_TOOL_OPTIONS: .....
15:59:46 [INFO] 15:59:46.356 [main] DEBUG org.apache.velocity -- Initializing Velocity, Calling init()...
15:59:46 [INFO] 15:59:46.360 [main] DEBUG org.apache.velocity -- Starting Apache Velocity v2.3
15:59:46 [INFO] 15:59:46.362 [main] DEBUG org.apache.velocity -- Default Properties resource: org/apache/velocity/runtime/defaults/velocity.properties
15:59:53 [INFO]
Is there an easy way to suppress the debug output for the execution of the plugin?