vlsi commented on issue #11442:
URL: https://github.com/apache/maven/issues/11442#issuecomment-3536499024

   @Vampire , Have you considered going with Gradle Module Metadata instead of 
`provided` scope?
   You could generate and publish the metadata even if you use Maven, you could 
add whatever info you need, and it would likely have a better API than the 
obscure `provided`.
   
   The problem with going for `provided` for custom info is that `provided` is 
not extensible. You can't have two teams injecting different pieces of 
information into `provided`.


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