AbsaOSS / spline

Data Lineage Tracking And Visualization Solution
https://absaoss.github.io/spline/
Apache License 2.0
599 stars 154 forks source link

Fix override of JaCoCo argLine settings in pom file #1196

Closed miroslavpojer closed 1 year ago

miroslavpojer commented 1 year ago

Describe the bug

JaCoCo logic called without required argLine arguments.

To Reproduce

Steps to reproduce the behavior OR commands run:

  1. Run 'mvn verify -Dcode-coverage' in project root dir.

Expected behaviour

A JaCoCo reports are generated for relevant modules.

Additional context

Source of problem is definition of another argLine in scalatest plugin.