You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andreas Sewe (JIRA)" <ji...@codehaus.org> on 2012/02/14 10:33:04 UTC

[jira] (MSITE-631) Make site:attach-descriptor goal @threadSafe

Andreas Sewe created MSITE-631:
----------------------------------

             Summary: Make site:attach-descriptor goal @threadSafe
                 Key: MSITE-631
                 URL: https://jira.codehaus.org/browse/MSITE-631
             Project: Maven 2.x and 3.x Site Plugin
          Issue Type: Improvement
          Components: Maven 3
    Affects Versions: 3.0
         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)

            Reporter: Andreas Sewe
            Priority: Minor


Please consider making at least the {{site:attach-descriptor}} goal {{@threadSafe}}, as Maven 3 now requires an explicit {{site:attach-descriptor}} for all projects, resulting in an annoying warning for every one of them:

{quote}
[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 Example:
[WARNING] org.apache.maven.plugins:maven-site-plugin:3.0
[WARNING] *****************************************************************
{quote}

(Note that this issue is concerned with the default lifecycle, not the site lifecycle.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira