jira-importer commented on issue #587: URL: https://github.com/apache/maven-deploy-plugin/issues/587#issuecomment-2771553812
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Yes, all correct. You need to register your listener somehow, most recommended way is from an extension. Re extensions: I hope you are aware that enlisting extensions in `.mvn/extensions.xml` is possible (then Maven resolves and uses enlisted extensions along with dependencies), and is actually much cleaner, than using "custom distributions" (or mutilating existing distributions by dropping stuff into `/lib` of Maven). Unless, there is some technical obstacle, not allowing you to use former way. See https://maven.apache.org/configure.html#mvn-extensions-xml-file So, IMHO the "reporter" side could be a plain extension, that does just that: listens to deploy events, and reports those to API (maybe some config to narrow reported groupIds or alike, exclude them?) This sounds interesting, too sad is not open.... -- 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