You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (Jira)" <ji...@apache.org> on 2020/04/01 18:24:00 UTC

[jira] [Commented] (MPH-166) Set Mojo's threadsafe property

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

Karl Heinz Marbaise commented on MPH-166:
-----------------------------------------

Can you tell how you called Maven help plugin?

> Set Mojo's threadsafe property
> ------------------------------
>
>                 Key: MPH-166
>                 URL: https://issues.apache.org/jira/browse/MPH-166
>             Project: Maven Help Plugin
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Jon Freedman
>            Priority: Trivial
>
> Classes annoted with @Mojo annotation should be updated to state whether they are threadsafe or not.  Assuming all functionality is threadsafe this will eliminate warnings similar to the below
> {quote}
> *****************************************************************
> * 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 core:
> org.apache.maven.plugins:maven-help-plugin:3.2.0
> {quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)