Skip to content

[feature] get rid "parallel execution" warnings #5820

@dizzzz

Description

@dizzzz

During parallel builds the following WARNINGs pop up; I'd really get rid of them as is polluting the output:

[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 eXist-db Distributions:
[WARNING]   com.code54.mojo:buildversion-plugin:1.0.3
[WARNING] 
[WARNING] Enable debug to see precisely which goals are not marked as thread-safe.
[WARNING] *****************************************************************

solutions directions:

  1. force me to ignore the messages :-)
  2. find another plugin that does the same buildversion-plugin
  3. re-release the plugin with the minor change ourselves

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementnew features, suggestions, etc.

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions