How to get line by line coverage xml file in Emma- maven project
问题 I am using the Emma tool in Maven project. Emma creates line by line code coverage in HTML file, it does not display line by line code coverage XML file. It gives only a summary XML file. Is there a way to keep or generate line by line code coverage XML file in Emma? I have entered following plugin in my pom.xml <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.7</version> <configuration>