You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Deblauwe, Wim" <wi...@barco.com> on 2005/03/09 09:40:25 UTC

reactor postprocessing for failures

Hi,
 
I'm searching for some more information on the postprocessing you can do
with the reactor. From the documentation:
 
<!-- Generate the site for each of the components. -->



    <maven:reactor

      basedir="${basedir}/components"

      postProcessing="true"

      includes="*/project.xml"

      excludes="bad-component/*"

      goals="site"

      banner="Generating Site"

      ignoreFailures="true"/>



    <!--

     |

     | At this point because 'postProcessing' was turned on we have all

     | the processed POMs available to us in the ${reactorProjects}
variable.

     |

     -->



    <j:forEach var="reactorProject" items="${reactorProjects}">



      ... Do whatever you want with the harvested information ...



    </j:forEach>
What are things you can 'ask' to the reactorProject variable? 
Since ignoreFailures="true", some projects might have not build properly. Is
there a way to know that in postprocessing?
regards,
Wim

  
Ing. Wim Deblauwe 
Software Development Engineer 
  
BarcoView - Medical Imaging Systems 
President Kennedypark 35 
B-8500 Kortrijk, Belgium 
Tel. +32 56 233 985 Fax +32 56 233 457 
www.barco.com <http://www.barco.com/>  
wim.deblauwe@barco.com <ma...@barco.com> 

 
- - - - - - - DISCLAIMER- - - - - - - -
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the
company does not warrant a proper and complete transmission of this
information, nor does it accept liablility for any delays. If you have
received this message in error, please contact the sender and delete the
message. Thank you.