Skip to content

Commit da95b4d

Browse files
committed
Remove plugin version to avoid override from parent
Which has skipped jacoco test coverage report
1 parent 1b41b7b commit da95b4d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,9 @@
118118
<plugins>
119119
<plugin>
120120
<artifactId>maven-compiler-plugin</artifactId>
121-
<version>3.8.1</version>
122121
</plugin>
123122
<plugin>
124123
<artifactId>maven-surefire-plugin</artifactId>
125-
<version>2.19.1</version>
126-
<configuration>
127-
<argLine>-Djdk.attach.allowAttachSelf=true</argLine>
128-
</configuration>
129124
</plugin>
130125
</plugins>
131126
</build>

0 commit comments

Comments
 (0)