FlexUnit Test Reports
Some time ago, I write a post with instructions to generate test reports here.
At that time, flex-mojos was generating the reports at wrong directory. To workaround it, was necessary to declare reportsDirectory.
Now this issue is fixed. To generate test reports you only need this:
<reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> </plugin> </plugins> </reporting>
Note reportsDirectory is not present anymore.