[ https://issues.apache.org/jira/browse/HIVE-5824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Prasanth J updated HIVE-5824: ----------------------------- Attachment: HIVE-5824.patch.txt {code}mvn surefire-report:report{code} will run the tests and generate report in html format. {code}mvn surefire-report:report-only{code} will only run the report generation. {code}mvn surefire-report:report-only -DshowSuccess=false{code} will suppress the test cases that ran successfully. The output of these commands will be store in target/site/surefire-report.html. > Support generation of html test reports in maven > ------------------------------------------------ > > Key: HIVE-5824 > URL: https://issues.apache.org/jira/browse/HIVE-5824 > Project: Hive > Issue Type: Improvement > Affects Versions: 0.13.0 > Reporter: Prasanth J > Assignee: Prasanth J > Priority: Minor > Labels: build, maven, test > Attachments: HIVE-5824.patch.txt > > > {code}ant testreport{code} generated output of test results in html format. > It is useful to support the same in maven. The default test report generated > by maven is in XML format which is hard to read. -- This message was sent by Atlassian JIRA (v6.1#6144)