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

Support parallel builds #80

Closed
vy opened this issue Sep 28, 2023 · 1 comment
Closed

Support parallel builds #80

vy opened this issue Sep 28, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@vy
Copy link
Member

vy commented Sep 28, 2023

When log4j-changelog-maven-plugin is used with a concurrency >1, Maven displays the following warning:

[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but this         *
[WARNING] * project contains the following plugin(s) that have goals not  *
[WARNING] * marked as thread-safe to support parallel execution.          *
[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 Apache Maven.                           *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked as thread-safe in Apache Log4j Kotlin API Parent:
[WARNING]   org.apache.logging.log4j:log4j-changelog-maven-plugin:0.4.0
[WARNING] 
[WARNING] Enable debug to see precisely which goals are not marked as thread-safe.
[WARNING] *****************************************************************
@vy vy added this to the 0.5.0 milestone Sep 28, 2023
@vy
Copy link
Member Author

vy commented Sep 29, 2023

Fixed in 7c8ec0d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant