You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2011/07/21 21:18:58 UTC

[jira] [Resolved] (CXF-3676) Add @threadSafe to all maven-plugins for parallel build feature of Maven3

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

Daniel Kulp resolved CXF-3676.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.2
         Assignee: Daniel Kulp

> Add @threadSafe to all maven-plugins for parallel build feature of Maven3
> -------------------------------------------------------------------------
>
>                 Key: CXF-3676
>                 URL: https://issues.apache.org/jira/browse/CXF-3676
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>    Affects Versions: 2.2.12, 2.4.1
>         Environment: Maven 3.0.3
>            Reporter: Falko Modler
>            Assignee: Daniel Kulp
>             Fix For: 2.4.2
>
>
> Please add @threadSafe to the Mojos to get rid of the warning that Maven 3 issues when one of them is involved in a multi module parallel build.
> See:
> https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html
> Warning example:
> [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 de.example:
> [WARNING] org.apache.cxf:cxf-codegen-plugin:2.4.1
> [WARNING] *****************************************************************
> Note:
> You will have to use at least version 2.6 of the maven-plugin-plugin to have @threadSafe recognized for the generation of plugin.xml, see http://jira.codehaus.org/browse/MPLUGIN-169

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