GitHub user adangel opened a pull request:

    https://github.com/apache/maven-plugins/pull/10

    [MPMD-169] Support multi-threaded mode of PMD 5

    PMD 5 supports executing in multi-threaded mode, which should be a 
performance improvement in case you have multiple cores.
    
    This patch removes the workaround introduced while adding PMD 5 support and 
simply let PMD decided, whether to switch
    on multi-threaded mode. PMD uses `Runtime.availableProcessors()` to 
determine the thread-pool size.
    
    There is no additional test case added. However, all tests including 
integration tests work
    (e.g. `mvn clean integration-test -Prun-its` is successful for me).
    
    Jira ticket: https://jira.codehaus.org/browse/MPMD-169


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adangel/maven-plugins mpmd-169

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-plugins/pull/10.patch

----
commit ecbe248019bf5c3fe04fe8c1700861e39936b1d6
Author: Andreas Dangel <adan...@users.sourceforge.net>
Date:   2013-05-01T12:30:38Z

    [MPMD-169] Support multi-threaded mode of PMD 5

----


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to