You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <ka...@soebes.de> on 2009/12/21 21:07:54 UTC

Maven (3.0) Plugin Development - Reporting

Hi,

during my development of a Maven Plugin i came to the point to make some
kind of reports (during mvn site)....

So the question is how to start a Reporting part in Maven 3 ?

I would like to reach a thing like this:

Project-Reports
  - License Report        Web-Site which describes many thinks...

Any good resources where to start ?

Many thanks in advance...
Kind regards
Karl Heinz Marbaise
-- 
View this message in context: http://old.nabble.com/Maven-%283.0%29-Plugin-Development---Reporting-tp26879316p26879316.html
Sent from the Maven Developers mailing list archive at Nabble.com.


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


Re: Maven (3.0) Plugin Development - Reporting

Posted by Benjamin Bentmann <be...@udo.edu>.
Karl Heinz Marbaise wrote:

> So the question is how to start a Reporting part in Maven 3 ?

The same way you do in Maven 2.

> Any good resources where to start ?

I suggest to pick an existing reporting plugin that resembles yours and 
browse through its sources.


Benjamin

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