Selon J�rg Schaible <[EMAIL PROTECTED]>: > > This is not always possible. We have in a multiproject a subcomponent based > on a piece of properietary software. We allow the customer to build anything > from sources and the special subcopmponent is build, if the customer has that > proprietary piece. Not even all of the project's developers have it. > > Therefore I search myself the best way to remove subprojects from the > multiproject's reactor list. >
jorg, we face the same issue in mevenide (say one wants to build against a particular ide). altho i dont know if this the best way to achieve this, what we do to solve this is to declare a specific goal for each part we may want to build, those goals only override maven.multiproject.includes and attain multiproject:goal. this has worked nice so far. -- gd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
