can I set separate path for junit result file TEST-TestSuite.xml alone(currently it's going under ${test.results.dir}/${run.time} along with testng html/xml/json reports)?
<reportsDirectory>${test.results.dir}/${run.time}</reportsDirectory>
<systemPropertyVariables>
<org.uncommons.reportng.xml-dialect>testng</org.uncommons.reportng.xml-dialect>
<org.uncommons.reportng.escape-output>false</org.uncommons.reportng.escape-output>
<log4j.configuration>file:///${resource.dir}/log4j.properties</log4j.configuration>
<outputDir>${output.dir}</outputDir> <test.results.dir>${output.dir}/html</test.results.dir> <json.report.root.dir>${test.results.dir}</json.report.root.dir>