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

Elliotte Rusty Harold commented on MPMD-210:
--------------------------------------------

Not much used but it is possible to include usernames and passwords in URLs. 

> 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
(v8.3.4#803005)

Reply via email to