[m2] multi-project with plugin dependencies fails to build

2009-10-10 Thread Adrian Herscu
Hi all, I am trying to set up a multi-project build in which one module depends on the Maven plugin created by other module. So far, the only way I could build the project is by building the Maven plugin module and then activate the multi-project build. Is there any possibility to define

Re: [m2] multi-project with plugin dependencies fails to build

2009-10-10 Thread Stephen Connolly
afaik, no you can use a previous version of the plugin, but not the same version as is built in your reactor. the reason is that maven needs do determine the build plan before it starts, and your (as yet uncompiled) plugin in the reactor therefore has an unknown effect on the build,