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

jacoco-maven-plugin not marked as threadsafe #133

Closed
sylvainlaurent opened this issue Sep 12, 2013 · 2 comments
Closed

jacoco-maven-plugin not marked as threadsafe #133

sylvainlaurent opened this issue Sep 12, 2013 · 2 comments

Comments

@sylvainlaurent
Copy link

it was supposed to be fixed with 0.6.3 : http://sourceforge.net/apps/trac/eclemma/ticket/191

But I still get warnings when running maven with -T option :

[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that are not marked as       *
[WARNING] * @threadSafe to support parallel building.                     *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in XXXXX :
[WARNING] org.jacoco:jacoco-maven-plugin:0.6.3.201306030806
[WARNING] *****************************************************************
@ghost ghost assigned Godin Sep 12, 2013
@sylvainlaurent
Copy link
Author

Actually, some mojos have been marked as threadsafe, but the InstrumentMojo and RestoreMojo are not marked threadsafe. After a quick look at their implementation, I guess they could be marked threadsafe too.

@marchof
Copy link
Member

marchof commented Nov 15, 2013

Fixed in 8a830fa

@marchof marchof closed this as completed Nov 15, 2013
@jacoco jacoco locked and limited conversation to collaborators Jan 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants