-
I have not yet tried out the "aggregator" mode, but this is only for one module since I can only specify one xml file for a particular report and not multiple ones for each module, right?.
2009-02-26 20:55:38 UTC in XRadar
-
Hello,
I have done the following to copy all compiled classes of the modules to the parent project:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>.
2009-02-26 11:48:13 UTC in XRadar
-
Thanks,
I will try today to setup the parent report today. I will keep you posted.
Regards,
Cyrill.
2009-02-26 05:40:52 UTC in XRadar
-
Hello,
Is there a cookbook to setup a multi-module Maven project?
So my most basically question is if I have to include the xradar configuration file in each module stripped down to only cover the submodules of this module? Or can I place one configuration file in the parent and reference in the module to this configuration? But then while generating a report for a particular module, It...
2009-02-25 17:21:26 UTC in XRadar