Hi all,

    Is there any way that I can set up the reactor plugin to record logs 
for each project involved in the operation?

   I have the following reactor goal :
        <goal name="all">
                <attainGoal name="prepareFileSystem"></attainGoal>
                <m:reactor basedir="${basedir}"
                           includes="components/*/project.xml"
                           goals="all, updateMavenRepository"
                           banner="Building"
                           ignoreFailures="false"/>
        </goal>

   All the projects are software projects (compile, jars, test, and so on) 
and I need to record the maven output for each project in individual 
files.
   So far, I have been using Ant to kick off each projects individually 
and recording the output with: ant -logfile <file>

   Is there any way that I can set up the reactor plugin to record logs 
for each project involved?

   Thank you 

    Marcial Rosales

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

Reply via email to