Skip to content

Commit 6cb3959

Browse files
committed
uncomment jacobo
1 parent b68ba25 commit 6cb3959

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -223,29 +223,29 @@
223223

224224

225225
<!-- JACOCO added for code coverage -->
226-
<!-- <plugin> -->
227-
<!-- <groupId>org.jacoco</groupId> -->
228-
<!-- <artifactId>jacoco-maven-plugin</artifactId> -->
229-
<!-- <version>0.7.9</version> -->
230-
<!-- <executions> -->
231-
<!-- <execution> -->
232-
<!-- <id>pre-unit-test</id> -->
233-
<!-- <goals> -->
234-
<!-- <goal>prepare-agent</goal> -->
235-
<!-- </goals> -->
236-
<!-- <configuration> -->
237-
<!-- <propertyName>surefireArgLine</propertyName> -->
238-
<!-- </configuration> -->
239-
<!-- </execution> -->
240-
<!-- <execution> -->
241-
<!-- <id>post-unit-test</id> -->
242-
<!-- <phase>test</phase> -->
243-
<!-- <goals> -->
244-
<!-- <goal>report</goal> -->
245-
<!-- </goals> -->
246-
<!-- </execution> -->
247-
<!-- </executions> -->
248-
<!-- </plugin> -->
226+
<plugin>
227+
<groupId>org.jacoco</groupId>
228+
<artifactId>jacoco-maven-plugin</artifactId>
229+
<version>0.7.9</version>
230+
<executions>
231+
<execution>
232+
<id>pre-unit-test</id>
233+
<goals>
234+
<goal>prepare-agent</goal>
235+
</goals>
236+
<configuration>
237+
<propertyName>surefireArgLine</propertyName>
238+
</configuration>
239+
</execution>
240+
<execution>
241+
<id>post-unit-test</id>
242+
<phase>test</phase>
243+
<goals>
244+
<goal>report</goal>
245+
</goals>
246+
</execution>
247+
</executions>
248+
</plugin>
249249
<!-- end JACOCO -->
250250

251251
</plugins>

0 commit comments

Comments
 (0)