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

Allow parallel resolving of eclipse-repository #527

Closed
vogella opened this issue Jan 10, 2022 · 2 comments
Closed

Allow parallel resolving of eclipse-repository #527

vogella opened this issue Jan 10, 2022 · 2 comments
Milestone

Comments

@vogella
Copy link
Contributor

vogella commented Jan 10, 2022

Running a parallel build with Tycho 2.5.0 and an eclipse-repository incluced results in the below warning. Would be nice if the task could be marked with @threadsafe and made thread-safe if it isn't yet. We have not noted problems with the build result, so this may already work fine.

[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] *****************************************************************
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * as @threadsafe to support parallel building. *
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * as @threadsafe to support parallel building. *
[WARNING] * as @threadsafe to support parallel building. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * question, not against maven-core *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] *****************************************************************
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] The following plugins are not marked @threadsafe in ch.zakag.oca3.rcp.product:
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] ru.yaal.maven:write-text-files-maven-plugin:1.1
[WARNING] * question, not against maven-core *
[WARNING] * question, not against maven-core *
[WARNING] Enable debug to see more precisely which goals are not marked @threadsafe.
[WARNING] *****************************************************************
[WARNING] *****************************************************************
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadsafe in ch.zakag.oca3.rcp.product.beta:
[WARNING] The following plugins are not marked @threadsafe in ch.zakag.zak3.rcp.product:
[WARNING] ru.yaal.maven:write-text-files-maven-plugin:1.1
[WARNING] Enable debug to see more precisely which goals are not marked @threadsafe.
[INFO]

@laeubi
Copy link
Member

laeubi commented Jan 10, 2022

I think this is due to ru.yaal.maven:write-text-files-maven-plugin:1.1 (no idea what this does...) not eclipse-repository itself.

@vogella
Copy link
Contributor Author

vogella commented Jan 10, 2022

Ah, sorry. Thanks for the clarification.

@vogella vogella closed this as completed Jan 10, 2022
@laeubi laeubi added this to the 2.7 milestone Feb 13, 2022
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

2 participants