Hi,
thanks for the answers, but is it possible to evaluate if a goal fails ?
If java:compile fails it stops the complete maven run !
When I am in the situation to call several subproject builds in one maven
script all will fail if one fail. Right ?!
I want to have something like :
if ( java:compile==ok ) {
<attainGoal name="test:test"/>
}else{
<!--
analyse compile errors,
find guilty developers :),
generate report,
send reports. -->
}
I hope you understand what i mean.
many thanks, odo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]