Skip to content

Commit e16e2d8

Browse files
Adding jacoco to pompompom
1 parent 844350a commit e16e2d8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,25 @@
107107
<mainClass>algochoochoo.gui.View</mainClass>
108108
</configuration>
109109
</plugin>
110+
<plugin>
111+
<groupId>org.jacoco</groupId>
112+
<artifactId>jacoco-maven-plugin</artifactId>
113+
<version>0.8.10</version>
114+
<executions>
115+
<execution>
116+
<goals>
117+
<goal>prepare-agent</goal>
118+
</goals>
119+
</execution>
120+
<execution>
121+
<id>report</id>
122+
<phase>test</phase>
123+
<goals>
124+
<goal>report</goal>
125+
</goals>
126+
</execution>
127+
</executions>
128+
</plugin>
110129
<plugin>
111130
<groupId>org.apache.maven.plugins</groupId>
112131
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)