Skip to content

Commit d869b44

Browse files
ahornaceVladimir Kotal
authored andcommitted
Enable JaCoCo for suggester module
1 parent 3d2d635 commit d869b44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

suggester/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@
9595
</execution>
9696
</executions>
9797
</plugin>
98+
<plugin>
99+
<groupId>org.apache.maven.plugins</groupId>
100+
<artifactId>maven-surefire-plugin</artifactId>
101+
<configuration>
102+
<argLine>${surefireArgLine}</argLine>
103+
</configuration>
104+
</plugin>
98105
</plugins>
99106
</build>
100107

0 commit comments

Comments
 (0)