With multiproject :
maven -Dgoal=simian multiproject:goal
or simian with the reactor :
<goal name="foo:bar">
<maven:reactor
basedir="${basedir}"
includes="**/${pattern}/**/project.xml"
excludes="project.xml"
goals="simian"
banner="Building"
ignoreFailures="false"/>
</goal>
Nicolas
Brian Burridge <[EMAIL PROTECTED]>
22/12/2003 18:41
Veuillez r�pondre � "Maven Users List"
Pour : Maven Users List <[EMAIL PROTECTED]>
cc :
Objet : How to run Simian from parent project on all subprojects?
Does anyone have a suggestion for running the simian report on all
subprojects from a parent project?
My parent project has no java in it; all the java is in the subprojects.
I could add simian to each of the subprojects, but the result is a
worthless report, that doesn't show redundant code across all projects.
So I need to run simian from the main project. I have added it to the
parent project.xml, but of course, it finds no source to run on.
Brian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]