[
https://issues.apache.org/jira/browse/KNOX-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16715403#comment-16715403
]
ASF subversion and git services commented on KNOX-1615:
-------------------------------------------------------
Commit 671a6659e9822f8f96dccf3fc60c8ad44d2b6435 in knox's branch
refs/heads/master from [~risdenk]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=671a665 ]
KNOX-1615 - Fix mvn site
Signed-off-by: Kevin Risden <[email protected]>
> 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
> Assignee: Kevin Risden
> Priority: Major
> Fix For: 1.3.0
>
> Attachments: KNOX-1615.patch
>
>
> 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)