Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-scr-plugin-1.7.0, scr generator 1.1.0, scr annotations 1.5.0
-
None
-
MacOS X / Maven 3
Description
When running a parallel build using 4 threads (option "-T 4" in Maven 3), the maven-scr-plugin is reported as not thread safe:
[... SCHNIPP ...]
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that are not marked as *
[WARNING] * @threadSafe to support parallel building. *
[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 maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Super Secret Project:
[WARNING] org.apache.felix:maven-scr-plugin:1.7.0
[WARNING] *****************************************************************
[... SCHNAPP ...]