Stop escaping html tags when generating surefire xml report

2011-03-01 Thread zpan
-output value=false/ -- View this message in context: http://maven.40175.n5.nabble.com/Stop-escaping-html-tags-when-generating-surefire-xml-report-tp3404665p3404665.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Stop escaping html tags when generating surefire xml report

2011-03-01 Thread Kristian Rosenvold
I have't looked into the exact details of this, but generally if you want to embed HTML inside XML you have two choices; escaping or CDATA (with escaping of ]]) Escaping or cdata *has* to be used here to get well formed xml. There might be some reason for continuing the escaping all the way