laeubi commented on pull request #690:
URL: https://github.com/apache/maven/pull/690#issuecomment-1064784340


   Just for references as I recently added support for project-scoped 
WorkspaceReaders, if you like to support such components one needs to add 
explicit support for them similar to:
   
   
https://github.com/apache/maven/blob/97c1e4b4aa73f5851801fdf5e17f013dd46a6b3e/maven-core/src/main/java/org/apache/maven/DefaultMaven.java#L371-L379
   
https://github.com/apache/maven/blob/97c1e4b4aa73f5851801fdf5e17f013dd46a6b3e/maven-core/src/main/java/org/apache/maven/DefaultMaven.java#L507-L542
   
   as you see, the calling code should also be aware that there are *multiple* 
items and has to handle this (combine, call in a row, throw exception ...).


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to