You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2022/06/26 19:46:00 UTC

[jira] [Closed] (MPMD-210) Ability to add password protected SVN URL as rule set in the tag

     [ https://issues.apache.org/jira/browse/MPMD-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylwester Lachiewicz closed MPMD-210.
-------------------------------------
    Resolution: Auto Closed

> 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.20.7#820007)