You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/01/28 11:34:39 UTC

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

    [ https://issues.apache.org/jira/browse/KARAF-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121186#comment-15121186 ] 

ASF subversion and git services commented on KARAF-4187:
--------------------------------------------------------

Commit 90fc01875718f81d847377772a74519fe4c74e86 in karaf's branch refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=90fc018 ]

KARAF-4187 - Define threadSafe behavior on MOJOs


> 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
>             Fix For: 4.1.0
>
>
> 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)