I have a plugin that generates a couple of projects. I want to call this plugin from a parent project and use aggregation to then build the generated projects. The sub-projects obviously don't exist yet, so I am getting "Could not find model file" errors.
I need to run my plugin BEFORE maven walks the modules and validates their poms. Is this even possible? Any suggestions? Thanks, Eric -- View this message in context: http://www.nabble.com/run-plugin-before-scanning-for-projects-tp16316201s177p16316201.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
