You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Arne Franken (JIRA)" <ji...@apache.org> on 2015/12/10 17:19:10 UTC

[jira] [Created] (KARAF-4187) Make karaf-maven-plugin @threadSafe

Arne Franken created KARAF-4187:
-----------------------------------

             Summary: Make karaf-maven-plugin @threadSafe
                 Key: KARAF-4187
                 URL: https://issues.apache.org/jira/browse/KARAF-4187
             Project: Karaf
          Issue Type: Improvement
          Components: karaf-tooling
    Affects Versions: 3.0.5
            Reporter: Arne Franken


I am using the karaf-maven-plugin to generate {{feature.xml}} files.
When I build a maven project in parallel with for example {{mvn clean install -T4}}, I get the warning that the plugin is not marked as "@threadSafe".

Example output:
{noformat}
[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 my-bundle-name:
[WARNING] org.apache.karaf.tooling:karaf-maven-plugin:3.0.5
[WARNING] *****************************************************************
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)