Skip to content

Commit d9a16f8

Browse files
committed
Apply requested changes.
1 parent 997185f commit d9a16f8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

core/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,6 @@
2121
<target>1.8</target>
2222
</configuration>
2323
</plugin>
24-
<!--<plugin>
25-
<groupId>org.jacoco</groupId>
26-
<artifactId>jacoco-maven-plugin</artifactId>
27-
<version>0.8.1</version>
28-
<executions>
29-
<execution>
30-
<goals>
31-
<goal>prepare-agent</goal>
32-
</goals>
33-
</execution>
34-
<execution>
35-
<id>report</id>
36-
<phase>test</phase>
37-
<goals>
38-
<goal>report</goal>
39-
</goals>
40-
</execution>
41-
</executions>
42-
</plugin>
43-
-->
4424
<plugin>
4525
<groupId>org.eluder.coveralls</groupId>
4626
<artifactId>coveralls-maven-plugin</artifactId>

0 commit comments

Comments
 (0)