laeubi commented on PR #900:
URL: https://github.com/apache/maven/pull/900#issuecomment-1336328111

   Not sure if this was already mentioned, but instead of "bake this in" would 
it not be better to have a way for (core-)plugins to hook in a 
`RepositoryListener` or even on the project level as we already to for 
`AbstractMavenLifeCycleListeners` / `WorkspaceReaders`? The this can become 
part of m-dependency-p for example.
   
   I also wonder if it is even required to record the data at all, should it 
not be sufficient to first load the pom(s), then generate a list of used 
plugins and then resolve their dependencies and then do something similar to 
`dependency:tree` (maybe plugin-dependency-tree)? To make it more convenient 
then one might pass a `-DdependencyReverse=<GAV>` to have a reverse output 
rooted at the given GAV when build finished.


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