spotbugs-maven-plugin
spotbugs-maven-plugin copied to clipboard
generated report xdoc
Hi, I looked at all the documentation and I'm not able to generate the report xdoc by the maven plugin.
Has anyone done this?
I need to generate xdoc because logstash does not recognize the legacy xml.
@andreluizf Can you provide more details as to what you believe is obsolete providing links to same and what you believe is missing also providing links to same?
hello, in the two generated files. Both xdoc and legacy do not have line breaks (LF or CRLF), and logstash can not identify when it starts or ends a tag.
I'm seeing a way to indent xml through some maven plugin. but ideally it would be generated in this way. with the \ n \ r and \ t
@andreluizf Please provide actual error condition, stack trace or otherwise to help here. The output is syntactically correct xml. Xml does not require line endings or tabs. It's managed by the tags themselves. Any modern IDE can format the results without question. I still don't know what you are inferring when you say logstash cannot recognize legacy xml. What is legacy about this? Also, looking at logstash they make it clear they read xml (ie standard) without issue and that it's all based on tags. I pretty much have nothing to go on here to the issue and do not suspect at this point it's this library. I'll be happy to help but need real tangible details and even a sample setup projects with logstash that can demonstrate the issue.
@andreluizf Do you mean legacy by the fact there is a reference to the style of xml produced on our site? Just trying to clarify what you mean by legacy...