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

Parallel build is not threadsafe #435

Open
elharo opened this issue Feb 20, 2020 · 1 comment
Open

Parallel build is not threadsafe #435

elharo opened this issue Feb 20, 2020 · 1 comment
Labels
good first issue This issue is a good place to started contributing to this repository. help wanted We'd love to have community involvement on this issue. priority: p2 Moderately-important priority. Fix may not be included in next release. semver: patch A minor bug fix or small change. type: process A process-related concern. May include testing, release, or the like.

Comments

@elharo
Copy link
Contributor

elharo commented Feb 20, 2020

[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @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 Google App Engine extensions to the Google OAuth Client Library for Java.:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Enable debug to see more precisely which goals are not marked @threadsafe.
[WARNING] *****************************************************************

@elharo elharo added priority: p2 Moderately-important priority. Fix may not be included in next release. type: process A process-related concern. May include testing, release, or the like. semver: patch A minor bug fix or small change. good first issue This issue is a good place to started contributing to this repository. help wanted We'd love to have community involvement on this issue. labels Feb 20, 2020
@elharo elharo changed the title Parallll buid is not threadsafe Parallel build is not threadsafe Feb 20, 2020
@ksatwara
Copy link

ksatwara commented May 8, 2020

@elharo I tested it many times but didn't find that warning message. Moreover I research on that plugins org.codehaus.mojo:clirr-maven-plugin:2.8 is thread safe and updated with latest version. you can find the link here. https://www.mojohaus.org/clirr-maven-plugin/apidocs/org/codehaus/mojo/clirr/HelpMojo.html. More over org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0 is also latest updated plugin of maven for report generation. still you find the issue please describe here with more description and clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This issue is a good place to started contributing to this repository. help wanted We'd love to have community involvement on this issue. priority: p2 Moderately-important priority. Fix may not be included in next release. semver: patch A minor bug fix or small change. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

2 participants