[
https://issues.apache.org/jira/browse/KNOX-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated KNOX-1615:
-------------------------------
Component/s: Build
> Enable PMD for source analysis
> ------------------------------
>
> Key: KNOX-1615
> URL: https://issues.apache.org/jira/browse/KNOX-1615
> Project: Apache Knox
> Issue Type: Improvement
> Components: Build
> Reporter: Kevin Risden
> Priority: Major
>
> PMD allows for static source analysis. This can find issues that other tools
> may not find.
> {code:java}
> mvn package -DskipTests -Ppackage pmd:check -DtargetJdk=1.8
> -Dpmd.printFailingErrors=true -Dpmd.failOnViolation=false
> {code}
> This finds violations currently although many are minor.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)