We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997185f commit d9a16f8Copy full SHA for d9a16f8
core/pom.xml
@@ -21,26 +21,6 @@
21
<target>1.8</target>
22
</configuration>
23
</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
35
- <id>report</id>
36
- <phase>test</phase>
37
38
- <goal>report</goal>
39
40
41
- </executions>
42
- </plugin>
43
- -->
44
<plugin>
45
<groupId>org.eluder.coveralls</groupId>
46
<artifactId>coveralls-maven-plugin</artifactId>
0 commit comments