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 844350a commit e16e2d8Copy full SHA for e16e2d8
pom.xml
@@ -107,6 +107,25 @@
107
<mainClass>algochoochoo.gui.View</mainClass>
108
</configuration>
109
</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
121
+ <id>report</id>
122
+ <phase>test</phase>
123
124
+ <goal>report</goal>
125
126
127
+ </executions>
128
+ </plugin>
129
<plugin>
130
<groupId>org.apache.maven.plugins</groupId>
131
<artifactId>maven-shade-plugin</artifactId>
0 commit comments