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

Hudson commented on MPMD-234:
-----------------------------

FAILURE: Integrated in Jenkins build maven-plugins #8942 (See 
[https://builds.apache.org/job/maven-plugins/8942/])
[MPMD-234] Support incremental analysis cache (adangel: 
[http://svn.apache.org/viewvc/?view=rev&rev=1793232])
* (add) maven-pmd-plugin/src/it/MPMD-234-analysis-cache
* (add) maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache/pom.xml
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache/src
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache/src/main
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache/src/main/java
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache/src/main/java/com
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache/src/main/java/com/mycompany
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache/src/main/java/com/mycompany/app
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/custom-analysis-cache/src/main/java/com/mycompany/app/Hello.java
* (add) maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache/pom.xml
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache/src
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache/src/main
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache/src/main/java
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache/src/main/java/com
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache/src/main/java/com/mycompany
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache/src/main/java/com/mycompany/app
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/default-analysis-cache/src/main/java/com/mycompany/app/Hello.java
* (add) maven-pmd-plugin/src/it/MPMD-234-analysis-cache/invoker.properties
* (add) maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache/pom.xml
* (add) maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache/src
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache/src/main
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache/src/main/java
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache/src/main/java/com
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache/src/main/java/com/mycompany
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache/src/main/java/com/mycompany/app
* (add) 
maven-pmd-plugin/src/it/MPMD-234-analysis-cache/no-analysis-cache/src/main/java/com/mycompany/app/Hello.java
* (add) maven-pmd-plugin/src/it/MPMD-234-analysis-cache/pom.xml
* (add) maven-pmd-plugin/src/it/MPMD-234-analysis-cache/verify.groovy
* (edit) 
maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java
* (edit) 
maven-pmd-plugin/src/test/java/org/apache/maven/plugin/pmd/PmdReportTest.java
* (add) 
maven-pmd-plugin/src/test/resources/unit/default-configuration/pmd-with-analysis-cache-plugin-config.xml


> Support incremental analysis cache
> ----------------------------------
>
>                 Key: MPMD-234
>                 URL: https://issues.apache.org/jira/browse/MPMD-234
>             Project: Maven PMD Plugin
>          Issue Type: New Feature
>          Components: PMD
>            Reporter: Andreas Dangel
>            Assignee: Andreas Dangel
>             Fix For: 3.8
>
>
> PMD 5.6.0 supports an incremental analysis cache, which speeds up the PMD 
> run. Only changed files need to be checked again.
> In m-pmd-p, a new property should be added to configure the location of the 
> cache file (preferrably {{analysisCacheLocation=target/pmd/pmd.cache}}) and 
> another property to enable/disable this feature (e.g. {{analysisCache=true}}).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to