Karl Heinz Marbaise created CXF-8998:
----------------------------------------
Summary: cxf-codegen-plugin - debug output velocity
Key: CXF-8998
URL: https://issues.apache.org/jira/browse/CXF-8998
Project: CXF
Issue Type: Improvement
Components: Configuration
Affects Versions: 4.0.4
Reporter: Karl Heinz Marbaise
Currently we are using {{cxf-codegen-plugin}}, which produces allways debugging
output of velocity, on the console
{code}
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]
{code}
Is there an easy way to suppress the debug output for the execution of the
plugin?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)