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

   First strange behavior : 
   
   If I had  that rule for central : 
   ...
   org.apache
   org.apache.maven.plugin
   ...
   
   Then I get this error which means that `org.apache.maven` is not ALLOWED:
   
   [ERROR] Plugin org.apache.maven.plugins:maven-compiler-plugin:3.13.0 or one 
of its dependencies could not be resolved:
   [ERROR]      The following artifacts could not be resolved: 
org.apache.maven:maven-parent:pom:41 (present, but unavailable): 
G:org.apache.maven NOT allowed from central 
(https://repo.maven.apache.org/maven2, default, releases)
   
   But if I only put :
   ...
   org.apache
   ...
   
   `org.apache.maven` is ALLOWED. Is it expected ?
   


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