Skip to content

Commit 26b219f

Browse files
committed
inherit jacoco plugin from parent
Signed-off-by: yue9944882 <[email protected]>
1 parent d016cfc commit 26b219f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

extended/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,22 +83,6 @@
8383
<plugin>
8484
<groupId>org.jacoco</groupId>
8585
<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-
<execution>
95-
<id>jacoco-report</id>
96-
<phase>test</phase>
97-
<goals>
98-
<goal>report</goal>
99-
</goals>
100-
</execution>
101-
</executions>
10286
</plugin>
10387
<plugin>
10488
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)