cstamas commented on PR #740: URL: https://github.com/apache/maven/pull/740#issuecomment-1125964659
EventSpy is not part of plugin API and is hidden for good reasons, it is for maven extensions as Javadoc of EventSpy nicely explains. Event spy emits Maven Core events (about processing the build, among them mojos as well) to some external listener extension. For profiling please look into these * https://github.com/takari/maven-profiler * https://github.com/jcgay/maven-profiler If you want to "benchmark" Mojo internals, why do you need event spy at all? Event spy is not at all meant for this. -1 -- 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