post {
always {
junit '**/surefire-reports/*.xml'
- cobertura coberturaReportFile: '**/target/site/cobertura/coverage.xml'
}
changed {
mail to: "jenkins@wamblee.org",
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.7</version>
- <executions>
- <execution>
- <phase>post-integration-test</phase>
- <goals>
- <goal>cobertura</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <aggregate>true</aggregate>
- <formats>
- <format>html</format>
- <format>xml</format>
- </formats>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>