Maven SCR Plugin is not (marked as) thread-safe for parallel builds
-------------------------------------------------------------------

                 Key: FELIX-2939
                 URL: https://issues.apache.org/jira/browse/FELIX-2939
             Project: Felix
          Issue Type: Improvement
          Components: Maven SCR Plugin
    Affects Versions: maven-scr-plugin-1.7.0
         Environment: MacOS X / Maven 3
            Reporter: Mike Pfaff


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 ...]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to