You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/01/28 14:15:39 UTC

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

     [ https://issues.apache.org/jira/browse/KARAF-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-4187.
-----------------------------------------
    Resolution: Fixed

> 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
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> 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)