I am debugging a module lifecycle in IntelliJ IDEA. When the debugger stops on some exception breakpoint I see that there are unknown java classes and their methods in the stack trace. The classes are returned by the MavenPluginManager.getConfiguredMojo method. I would like to debug those artifacts but I need to know the exact versions of their used artifacts because otherwise there will be line numbers mismatch with their source files.
Whether is there a way to find exactly what artifact version is used in the Maven livecycle process, especially when the java classes are returned by the MavenPluginManager.getConfiguredMojo method? Thanks! Ilia. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
