James Nord created MRPM-101:
-------------------------------

             Summary: implement @threadSafe for Maven3
                 Key: MRPM-101
                 URL: https://jira.codehaus.org/browse/MRPM-101
             Project: Mojo RPM Plugin
          Issue Type: Improvement
          Components: rpm
    Affects Versions: 2.1-alpha-1
            Reporter: James Nord
            Assignee: Brett Okken


the mojo is not annotated with @threadSafe so you will don;t know if it is 
threadsafe so you shouldn't use maven3 parallel builds (which can massively 
reduce the time to build).

If the rpmbuild tool is threadsafe then the plugin should also be made 
threadsafe and then be annotated with @threadSafe.

If the rpmbuild tool is not threadsafe then the plugin should be marked as 
threadsafe but employ a lock to ensure that it is not run in parallel - so 
other modules can take advantage of maven3 paralell build.

--
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to