You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Robert Stone (JIRA)" <ji...@apache.org> on 2018/04/05 14:40:00 UTC

[jira] [Created] (ARIES-1791) blueprint-maven-plugin generate mojo is not threadSafe

Robert Stone created ARIES-1791:
-----------------------------------

             Summary: blueprint-maven-plugin generate mojo is not threadSafe
                 Key: ARIES-1791
                 URL: https://issues.apache.org/jira/browse/ARIES-1791
             Project: Aries
          Issue Type: Bug
          Components: Blueprint
    Affects Versions: blueprint-maven-plugin-1.9.0
            Reporter: Robert Stone


When using Maven and the blueprint plugin to build in multi-threaded mode, e.g. '-T <num proc>' is specified, there is a warning which appears notifying the user the blueprint-maven-plugin is not thread safe.

Is this plugin indeed thread safe? If not, what issues should be expected.

{{*****************************************************************
* Your build is requesting parallel execution, but project      *
* contains the following plugin(s) that have goals not marked   *
* as @threadSafe to support parallel building.                  *
* While this /may/ work fine, please look for plugin updates    *
* and/or request plugins be made thread-safe.                   *
* If reporting an issue, report it against the plugin in        *
* question, not against maven-core                              *
*****************************************************************
The following plugins are not marked @threadSafe in DSM for Apache Karaf:
org.apache.aries.blueprint:blueprint-maven-plugin:1.9.0
Enable debug to see more precisely which goals are not marked @threadSafe.
*****************************************************************}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)