sbernard31 commented on issue #1703:
URL: 
https://github.com/apache/maven-resolver/issues/1703#issuecomment-3642986324

   @cstamas I tested the 2 bugs fixes and the news features (only for groupId) 
   I did tests with previous maven 4.0.0-SNAPSHOT and the new one,  so I can 
compare behaviour.
   And now it works as expected 🎉 ! 
   
   **But, 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)


-- 
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]

Reply via email to