Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Concurrency] scoverage-maven-plugin is not thread safe #92

Closed
harrysingh opened this issue Apr 9, 2021 · 2 comments
Closed

[Concurrency] scoverage-maven-plugin is not thread safe #92

harrysingh opened this issue Apr 9, 2021 · 2 comments

Comments

@harrysingh
Copy link

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.

@RPCMoritz
Copy link

Duplicates #83 ?

@jozic
Copy link
Collaborator

jozic commented Oct 27, 2023

closing as duplicate of #83
@harrysingh please comment if you believe it's not a duplicate

@jozic jozic closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants