Hi Brett,

yes, this is still an issue for us. I filed an issue in jira here:
http://jira.codehaus.org/browse/MAVEN-1710

regards,

Wim

2005/10/7, Brett Porter <[EMAIL PROTECTED]>:
>
> Hi Wim,
>
> Did you get this resolved? If not, could you file it in JIRA?
>
> Thanks,
> Brett
>
> On 9/6/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > after upgrading to maven 1.1b1, I don't get any failed builds anymore. I
> use
> > the 'maven.multiproject.ignoreFailures=true' property in my multiproject
> so
> > all projects gets build, even if one of them fails. But with maven 1.0.2,
> I
> > could still get a list of all failed project with this piece of code:
> >
> > <j:forEach var="failedProject" items="${pom.getPluginContext
> > ('maven-multiproject-plugin').getVariable('failedProjects')}">
> > <ant:echo file="${maven.build.dir}/mail.html" append="true"
> > message="Project: ${failedProject.name}&lt;br/&gt;"/>
> > <ant:echo>${failedProject.artifactId}</ant:echo>
> > </j:forEach>
> >
> > Why does this not work anymore?
> >
> > regards,
> >
> > Wim
> >
> >
>

Reply via email to