Maven (3.0) Plugin Development - Reporting

2009-12-21 Thread Karl Heinz Marbaise
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 ReportWeb-Site which describes many

Re: Maven (3.0) Plugin Development - Reporting

2009-12-21 Thread Benjamin Bentmann
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