You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Wim Deblauwe (JIRA)" <ji...@codehaus.org> on 2005/10/08 16:20:11 UTC

[jira] Created: (MAVEN-1710) Multiproject failed build not working anymore

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


[jira] Updated: (MAVEN-1710) Multiproject failed build not working anymore

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1710?page=all ]

Arnaud Heritier updated MAVEN-1710:
-----------------------------------

    Fix Version: 1.1-beta-3
      Component: jelly/ant integration

> Multiproject failed build not working anymore
> ---------------------------------------------
>
>          Key: MAVEN-1710
>          URL: http://jira.codehaus.org/browse/MAVEN-1710
>      Project: Maven
>         Type: Bug
>   Components: jelly/ant integration
>     Versions: 1.1-beta-1, 1.1-beta-2
>     Reporter: Wim Deblauwe
>      Fix For: 1.1-beta-3

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