1 parent a094051 commit e4b206bCopy full SHA for e4b206b
1 file changed
pom.xml
@@ -132,6 +132,28 @@
132
</webApp>
133
</configuration>
134
</plugin>
135
+ <!-- CODE COVERAGE -->
136
+ <plugin>
137
+ <groupId>org.jacoco</groupId>
138
+ <artifactId>jacoco-maven-plugin</artifactId>
139
+ <version>0.7.2.201409121644</version>
140
+ <executions>
141
+ <execution>
142
+ <id>jacoco-initialize</id>
143
+ <phase>process-resources</phase>
144
+ <goals>
145
+ <goal>prepare-agent</goal>
146
+ </goals>
147
+ </execution>
148
149
+ <id>jacoco-site</id>
150
+ <phase>post-integration-test</phase>
151
152
+ <goal>report</goal>
153
154
155
+ </executions>
156
+ </plugin>
157
</plugins>
158
</build>
159
</project>
0 commit comments