Skip to content

Commit 9c93db9

Browse files
plugins
1 parent 8a1bb0b commit 9c93db9

1 file changed

Lines changed: 22 additions & 20 deletions

File tree

pom.xml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,28 @@
2323
</dependencies>
2424

2525
<build>
26-
<plugin>
27-
<groupId>org.jacoco</groupId>
28-
<artifactId>jacoco-maven-plugin</artifactId>
29-
<version>0.8.8</version>
30-
<executions>
31-
<execution>
32-
<id>prepare-agent</id>
33-
<goals>
34-
<goal>prepare-agent</goal>
35-
</goals>
36-
</execution>
37-
<execution>
38-
<id>report</id>
39-
<phase>test</phase>
40-
<goals>
41-
<goal>report</goal>
42-
</goals>
43-
</execution>
44-
</executions>
45-
</plugin>
26+
<plugins>
27+
<plugin>
28+
<groupId>org.jacoco</groupId>
29+
<artifactId>jacoco-maven-plugin</artifactId>
30+
<version>0.8.8</version>
31+
<executions>
32+
<execution>
33+
<id>prepare-agent</id>
34+
<goals>
35+
<goal>prepare-agent</goal>
36+
</goals>
37+
</execution>
38+
<execution>
39+
<id>report</id>
40+
<phase>test</phase>
41+
<goals>
42+
<goal>report</goal>
43+
</goals>
44+
</execution>
45+
</executions>
46+
</plugin>
47+
</plugins>
4648
</build>
4749

4850
</project>

0 commit comments

Comments
 (0)