Multiproject failed build not working anymore
---------------------------------------------

         Key: MAVEN-1710
         URL: http://jira.codehaus.org/browse/MAVEN-1710
     Project: Maven
        Type: Bug
    Versions: 1.1-beta-1, 1.1-beta-2    
 Reporter: Wim Deblauwe


after upgrading to maven 1.1b1 or 1.1b2, 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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to