Dennis, I find some documentation here but not what I am looking for. Let me give an example: To get started with Maven I bought a book titled "Maven - A Developer's Notebook'. In the book they discuss adding to the basic reporting structure given with the site goal. For example to add junit test results you add the following to your pom.
<reports> <report>maven-junit-report-plugin</report> </reports> In the doc links mentioned I don't find anything that explains how to do this in m2. When I try ways of doing this by guessing I end up with errors. -dh -----Original Message----- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Sunday, January 22, 2006 8:25 AM To: Maven Users List Subject: Re: m202 lack of documentation Dave Hoffer wrote: > I had used m201 to create a basic pom using the archetype mechanism. > All the basic functionality worked fine such as compiling, packaging > jar, etc. I have since upgraded to m202 and the same functionality > works fine. Now however I am trying to add functionality such as add > JUnit test results to the site goal. > > I cannot find documentation on how definitively to do this with m2. > When I do try something, I get either pos parse errors or > NullPointerExceptions. > > Is there some documentation available that would help newbie with > maven2? Even if it is draft documents? > > -dh General documentation is here: http://maven.apache.org/guides/index.html A reference that is useful when you get parse errors in your pom is here: http://maven.apache.org/maven-model/maven.html -- Dennis Lundberg --------------------------------------------------------------------- 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]
