sbernard31 opened a new issue, #1711: URL: https://github.com/apache/maven-resolver/issues/1711
### Affected version 2.0.13 ### Bug description **I maybe found another bug ?** 🤔 If I add something like ``` org.apache org.apache.maven ``` It works now (thx to your fix) But if did : ``` org.apache.maven org.apache ``` I get an error : ``` [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:3.4.0 or one of its dependencies could not be resolved: [ERROR] The following artifacts could not be resolved: org.apache:apache:pom:32 (present, but unavailable): groupId: G:org.apache NOT allowed from central (remote repositories: central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)): Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:3.4.0: One or more requests failed ``` Let me know if this is expected behaviour. ( I guess not but maybe I'm wrong) (Again if you prefer I can open a dedicated issue) (Initially discuss at : https://github.com/apache/maven-resolver/issues/1703#issuecomment-3642986324) -- 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]
