You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running build for multi module project, maven complains for scoverage-maven-plugin not being thread safe
[WARNING] The following plugins are not marked @threadSafe in <module name>:
[WARNING] org.scoverage:scoverage-maven-plugin:1.4.1
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
Also, when project is run with parallelism, aggregation either fails or is incorrect.
P.S. When running with no parallelism, module data is aggregated correctly.
The text was updated successfully, but these errors were encountered:
When running build for multi module project, maven complains for scoverage-maven-plugin not being thread safe
Also, when project is run with parallelism, aggregation either fails or is incorrect.
P.S. When running with no parallelism, module data is aggregated correctly.
The text was updated successfully, but these errors were encountered: