Skip to content

Commit 8a224bf

Browse files
johnmayegonw
authored andcommitted
IDE warns about Jacoco version missing from sub-modules (e.g. test-standard) - let's define it once in the parent.
1 parent e1abff2 commit 8a224bf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,15 @@
524524
</dependencies>
525525
</dependencyManagement>
526526
<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>
527536
<plugins>
528537
<plugin>
529538
<groupId>org.apache.maven.plugins</groupId>
@@ -771,7 +780,6 @@
771780
<plugin>
772781
<groupId>org.jacoco</groupId>
773782
<artifactId>jacoco-maven-plugin</artifactId>
774-
<version>0.8.7</version>
775783
<executions>
776784
<execution>
777785
<id>start-agent</id>

0 commit comments

Comments
 (0)