Skip to content

Commit 75ae05c

Browse files
committed
Enable JaCoCo for web module
1 parent 629ebb4 commit 75ae05c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

opengrok-web/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@
121121
<path>/${project.build.finalName}</path>
122122
</configuration>
123123
</plugin>
124+
125+
<plugin>
126+
<groupId>org.apache.maven.plugins</groupId>
127+
<artifactId>maven-surefire-plugin</artifactId>
128+
<configuration>
129+
<argLine>${surefireArgLine}</argLine>
130+
</configuration>
131+
</plugin>
124132
</plugins>
125133
</build>
126134

0 commit comments

Comments
 (0)