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 e1abff2 commit 8a224bfCopy full SHA for 8a224bf
pom.xml
@@ -524,6 +524,15 @@
524
</dependencies>
525
</dependencyManagement>
526
<build>
527
+ <pluginManagement>
528
+ <plugins>
529
+ <plugin>
530
+ <groupId>org.jacoco</groupId>
531
+ <artifactId>jacoco-maven-plugin</artifactId>
532
+ <version>0.8.7</version>
533
+ </plugin>
534
+ </plugins>
535
+ </pluginManagement>
536
<plugins>
537
<plugin>
538
<groupId>org.apache.maven.plugins</groupId>
@@ -771,7 +780,6 @@
771
780
772
781
<groupId>org.jacoco</groupId>
773
782
<artifactId>jacoco-maven-plugin</artifactId>
774
- <version>0.8.7</version>
775
783
<executions>
776
784
<execution>
777
785
<id>start-agent</id>
0 commit comments