ertnutler wrote on Monday, May 21, 2007 7:03 PM: > I have a plugin that does some generation, but I want to be > able to print the > groupId/artifactId/version of the plugin to the file that > gets generated. I > don't see anything in the docs that addresses this, and when > I step through > my plugin in eclipse, the pluginContext Map is empty. > > How do I get access to this information from a plugin at runtime?
You may read it as resource from META-INF/maven/plugin.xml. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
