You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/04/02 05:28:00 UTC

[jira] [Created] (HBASE-26917) Do not add --threads when running 'mvn site'

Duo Zhang created HBASE-26917:
---------------------------------

             Summary: Do not add --threads when running 'mvn site'
                 Key: HBASE-26917
                 URL: https://issues.apache.org/jira/browse/HBASE-26917
             Project: HBase
          Issue Type: Sub-task
            Reporter: Duo Zhang


We will get this in the mvnsite task in our nightly and pre commit jobs
{noformat}
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that have goals not marked   *
[WARNING] * as @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 Apache HBase:
[WARNING] org.apache.maven.plugins:maven-site-plugin:3.7.1
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)