I can't find any way to change the name of the surefire-report that uiautomator together with android-maven-plugin outputs.
Anyone know if its possible? Or any work around?
If you meant the TEST-<STUFF>.xml
files with test report, then this is not configurable, refer to https://github.com/jayway/maven-android-plugin/blob/master/src/main/java/com/jayway/maven/plugins/android/standalonemojos/UIAutomatorMojo.java, writeJunitReportToFile()
method (or just search for "TEST-" pattern).
A workaround might be moving the report files with antrun.