bmarwell opened a new issue, #1643: URL: https://github.com/apache/maven-resolver/issues/1643
### Affected version 2.x from Maven 4.0.0-rc-4 ### Bug description Creating a project relative file: `.mvn/rrf/groupId-mycompany.txt` (for a repository ID 'mycompany'). When putting in: ``` de.my ``` Then the artifact with the groupId `de.my.plugins` will not be resolved againsnt this repository 'mycompany', but it should: https://maven.apache.org/resolver/remote-repository-filtering.html citation: ``` org.apache.maven (3) ``` > Line 3 means “allow org.apache.maven G and below”. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
