Skip to content

Commit 6ce405e

Browse files
committed
Add scoverage plugin to solutions pom, too
1 parent fe17687 commit 6ce405e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

solutions/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@
253253
</buildcommands>
254254
</configuration>
255255
</plugin>
256+
<plugin>
257+
<groupId>org.scoverage</groupId>
258+
<artifactId>scoverage-maven-plugin</artifactId>
259+
<version>1.1.0</version>
260+
<configuration>
261+
<scalaVersion>${scala.version}</scalaVersion>
262+
</configuration>
263+
</plugin>
256264
</plugins>
257265
</build>
258266

0 commit comments

Comments
 (0)