You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Hari Kodungallur <ha...@gmail.com> on 2005/03/12 03:33:26 UTC

Ignoring Build Failures (Multiproject)

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Ignoring Build Failures (Multiproject)

Posted by Hari Kodungallur <ha...@gmail.com>.
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
<ha...@gmail.com> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org