exasol / error-code-crawler-maven-plugin

Validator and crawler for exasol-error-codes in Java code
MIT License
1 stars 1 forks source link

Ensure error code crawler is thread-safe #103

Closed kaklakariada closed 5 months ago

kaklakariada commented 6 months ago

When running error crawler in a parallel maven build (e.g. mvn verify -T 1C), maven logs 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 Project Keeper shared model classes:
[WARNING]   com.exasol:error-code-crawler-maven-plugin:2.0.0

Tasks:

See https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3 for details.