cobertura-maven-plugin
ã«ãã¬ãã¸ã¬ãã¼ããåºåããcobertura-maven-pluginã®è¨å®
/project/build/plugins
<!-- Cobertura --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <executions> <phase>pre-site</phase> <execution> <goals> <goal>clean</goal> <goal>check</goal> </goals> </execution> </executions> </plugin> </plugins>
/project/reporting/plugins
<!-- Cobertura --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <configuration> <formats> <format>xml</format> <format>html</format> </formats> </configuration> </plugin>
formatã«xmlãæå®ãã¦ããã¨ãHudsonä¸ã§çµ±è¨ãã¨ã£ã¦ãããã¯ãã
ãã¨ã§ç¢ºèªã