[ https://issues.apache.org/jira/browse/MENFORCER-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485236#comment-17485236 ]
Delany commented on MENFORCER-396: ---------------------------------- One other thing, this is a valid repository URL {code:java} file:///C:\ws\TARGA-2.2.0-adhoc\cardinal\provided/ {code} But if I try whitelist it, the enforcer complains {noformat} Execution fail of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce failed: Illegal/unsupported escape sequence near index 14 15:13:29 [ERROR] file:///C:\ws\TARGA-2.2.0-adhoc\cardinal\provided/ 15:13:29 [ERROR] ^{noformat} > Faulty banned repositories > -------------------------- > > Key: MENFORCER-396 > URL: https://issues.apache.org/jira/browse/MENFORCER-396 > Project: Maven Enforcer Plugin > Issue Type: Bug > Components: Standard Rules > Affects Versions: 3.0.0 > Reporter: Delany > Priority: Minor > Attachments: pom.xml > > > To start with, the sample XML on > [https://maven.apache.org/enforcer/enforcer-rules/bannedRepositories.html] is > invalid. > After correcting the XML, if I choose to whitelist, I get > {quote}Failed to execute goal > org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce > (enforce-banned-repositories) on project dummy: Unable to parse configuration > of mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce for > parameter allowedRepositories: Cannot create instance of interface > org.apache.maven.enforcer.rule.api.EnforcerRule: > org.apache.maven.enforcer.rule.api.EnforcerRule.<init>() > {quote} > Then I try unsuccessfully to blacklist [http://0.0.0.0/*] and others. The > dependency:list-repositories goal on the other hand manages to find this > repository. > [^pom.xml] -- This message was sent by Atlassian Jira (v8.20.1#820001)