Ross Humphrey created MPMD-210:
----------------------------------
Summary: Ability to add password protected SVN URL as rule set in
the <ruleset> tag
Key: MPMD-210
URL: https://issues.apache.org/jira/browse/MPMD-210
Project: Maven PMD Plugin
Issue Type: Improvement
Components: PMD
Affects Versions: 3.4
Reporter: Ross Humphrey
Priority: Trivial
When using the following maven snippet:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<targetJdk>1.5</targetJdk>
<minimumPriority>2</minimumPriority>
<rulesets>
<ruleset>http://somesubversionrepository/RuleSet.xml</ruleset>
</rulesets>
</configuration>
</plugin>
PMD connects to the subversion repo using 'anonymous' access. 'Anonymous'
access has since been disabled and thus the above ruleset could not be pulled
from the directory. It would be good to have to the ability to authenticate
against a subversion repo to pull a ruleset
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)