Jason van Zyl wrote: >>I think it would be better not to mess with it right now. But it's a fine >>goal for a cleaner bootstrap - the bootstrap ant task can just pull down the >>JARs from the repo. > > The bootstrap can just run the reactor in ../maven-plugins instead of > src/plugins-build. I would just like placed all together for the sake of > not even having to worry about merging the changes and start moving > toward full consistency. I don't think this would be hard to do at all.
This is much better approach IMO. The bootstrap should never depend on any preexisting binaries of the same project, because it would be no bootstrap at all, really. Running the reactor in ../maven-plugins with apropriate includes=, so that only plugins needed for building the of the distribution are built solves the separation/dependency issue we were having. R. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
