You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ja...@barclayscapital.com on 2004/07/16 13:45:25 UTC

Reports

I want to set up my projects to only run a sub-set of the default reports
when doing the site goal.  I'm having a bit of trouble working out what
values to specify in the POM though.

e.g.

	<reports>
		<report>maven-javadoc-plugin</report> <!-- Works -->
		<report>maven-test-plugin</report> <!-- Doesn't Work -->
	</reports>

All I can find in the docs is the assertion that the middle section should
match the plugin, but in the case of the report for the Junit tests this
doesn't seem to hold true.

Can somebody enlighten me.  

ta vm

James



------------------------------------------------------------------------
For more information about Barclays Capital, please
visit our web site at http://www.barcap.com.


Internet communications are not secure and therefore the Barclays 
Group does not accept legal responsibility for the contents of this 
message.  Although the Barclays Group operates anti-virus programmes, 
it does not accept responsibility for any damage whatsoever that is 
caused by viruses being passed.  Any views or opinions presented are 
solely those of the author and do not necessarily represent those of the 
Barclays Group.  Replies to this email may be monitored by the Barclays 
Group for operational or business reasons.

------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Reports

Posted by Matt Read <mr...@spotd.co.uk>.
Try:

    <report>maven-junit-report-plugin</report> 

> -----Original Message-----
> From: James.Shute@barclayscapital.com 
> [mailto:James.Shute@barclayscapital.com] 
> Sent: 16 July 2004 12:45
> To: users@maven.apache.org
> Subject: Reports
> 
> I want to set up my projects to only run a sub-set of the 
> default reports when doing the site goal.  I'm having a bit 
> of trouble working out what values to specify in the POM though.
> 
> e.g.
> 
> 	<reports>
> 		<report>maven-javadoc-plugin</report> <!-- Works -->
> 		<report>maven-test-plugin</report> <!-- Doesn't Work -->
> 	</reports>
> 
> All I can find in the docs is the assertion that the middle 
> section should match the plugin, but in the case of the 
> report for the Junit tests this doesn't seem to hold true.
> 
> Can somebody enlighten me.  
> 
> ta vm
> 
> James
> 
> 
> 
> --------------------------------------------------------------
> ----------
> For more information about Barclays Capital, please visit our 
> web site at http://www.barcap.com.
> 
> 
> Internet communications are not secure and therefore the 
> Barclays Group does not accept legal responsibility for the 
> contents of this message.  Although the Barclays Group 
> operates anti-virus programmes, it does not accept 
> responsibility for any damage whatsoever that is caused by 
> viruses being passed.  Any views or opinions presented are 
> solely those of the author and do not necessarily represent 
> those of the Barclays Group.  Replies to this email may be 
> monitored by the Barclays Group for operational or business reasons.
> 
> --------------------------------------------------------------
> ----------
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org