Hello One of my projects is a maven plugin generating a report. The plugins depends on quite a lot of other projects of mine. I would like to use this plugin to generate reports for all of my projects.
As the projects depends only on the plugin when the site is generated and not during the default lifecycle I can safely invoke mvn install on all of my projects in the right order, after this I can do the same with mvn site. However a multi-module parent for all my projects complains about a cycle even when I invoke only the default lifecycle. Can I tell the reactor to disregard dependendencies (reporting-plugings) not needed for the current seleccted goal, or at least to ignore those in a different lifecycle? Cheers, reto --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
