Never mind. I didn't search for the properties in the right place. Setting the property maven.multiproject.ignoreFailures to true does the trick.
Regards, -Hari On Fri, 11 Mar 2005 18:33:26 -0800, Hari Kodungallur <[EMAIL PROTECTED]> wrote: > Hi, > > I am building a large number of components. Most of the components > have a particular goal, say X, implemented. But some of the components > have not. > So when I execute the multiproject goal on all these components, the > build expectedly fails when it encounters a components that does not > have the goal X. > > My question is, is there a way (a global property or something) to > ignore such failures and continue onto the next component? > > Thanks > -Hari > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
