If you add the reports tag in our parent POM and don't add it in your child POM then report will only be generated in parent.
You can use <inherited>false in your respective report plug-in of your parent. As far as the respective modules link requirement goes, it will automatically be done if you follow parent child POM methodology. Thanks and Regards, Anuradha Sinduria -----Original Message----- From: Vishal Pahwa [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 3:35 PM To: Maven Users List; [EMAIL PROTECTED] Subject: RE: Aggregated maven reports Hi We are already using this plugin what it does is creating the consolidated report from all the plugins like checkstyle plugin, emma plugin also but this report will agaian be separate separate for all the modules in their target directory but what the requirement is we need report only at one place from which we could navigate to any other module as well as their reports. This is definitely achievable coz I have seen in one of the project guys are doing the same they display the site on tomcat but donno how they have achieved the same. Regards Vishal. -----Original Message----- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 3:25 PM To: Maven Users List Subject: Re: Aggregated maven reports Hi Vishal, Have a look at http://mojo.codehaus.org/dashboard-maven-plugin/. Erez. Vishal Pahwa wrote: > Hi > > We are using maven2.0.6 for our multi module project. For reports we ae > using various plugins like javadoc plugin, Emma plugin, pmd plugin, > depend plugin and so on. But the problem we are facing is we got the > reports in each of the module individually but we have defined plugins > only at the root level but still the reports are being created > individually but obviously the best case would be if we couldget the > consolidated report at the root level like list of all the modules and > just by clicking any of the module if we could get the report for the > same. So could anyone please tell me how can I achieve this. Is their > any specific configuration required at the time of deployin this report > on Tomcat or there is some configuration required with the plugins > itself. > > Regards > > Vishal. > > --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
