kahing / addjars-maven-plugin

Automatically exported from code.google.com/p/addjars-maven-plugin
Apache License 2.0
1 stars 1 forks source link

Not marked as thread safe #12

Open SimonCockx opened 1 year ago

SimonCockx commented 1 year ago

Using Maven parallel builds (e.g., -T 1C), I get 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 com.regnosys.rosetta.ide:
[WARNING]   com.googlecode.addjars-maven-plugin:addjars-maven-plugin:1.0.5
[WARNING]
[WARNING] Enable debug to see precisely which goals are not marked as thread-safe.
[WARNING] *****************************************************************

Can this cause any issues? Can the plugin be made thread safe?