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 d016cfc commit 26b219fCopy full SHA for 26b219f
extended/pom.xml
@@ -83,22 +83,6 @@
83
<plugin>
84
<groupId>org.jacoco</groupId>
85
<artifactId>jacoco-maven-plugin</artifactId>
86
- <version>0.8.8</version>
87
- <executions>
88
- <execution>
89
- <id>jacoco-initialize</id>
90
- <goals>
91
- <goal>prepare-agent</goal>
92
- </goals>
93
- </execution>
94
95
- <id>jacoco-report</id>
96
- <phase>test</phase>
97
98
- <goal>report</goal>
99
100
101
- </executions>
102
</plugin>
103
104
<groupId>org.apache.felix</groupId>
0 commit comments