Re: Error generating site for plugin

2006-02-22 Thread Brett Porter
This just means you got further. A nulle pointer exception is a bug any way you look at it - normally you should file it in JIRA. However, I think this was just fixed yesterday - its because you have no mojos to document yet. - Brett Prasad Kashyap wrote: > I had tried that. It throws a NPE. >

Re: Error generating site for plugin

2006-02-22 Thread Prasad Kashyap
I had tried that. It throws a NPE. [INFO] Generate "Plugin documentation" report. [INFO] [ERROR] FATAL ERROR [INFO] [INFO] null [INFO] --

Re: Error generating site for plugin

2006-02-22 Thread Emmanuel Venisse
Remove one of these txo index file Emmanuel Prasad Kashyap a écrit : I have a very simple pom with the reporting section set to org.apache.maven.plugins maven-project-info-reports-plugin org.apache.maven.plugins maven-plugin-plugin

Error generating site for plugin

2006-02-22 Thread Prasad Kashyap
I have a very simple pom with the reporting section set to org.apache.maven.plugins maven-project-info-reports-plugin org.apache.maven.plugins maven-plugin-plugin I also generated the site using the site-archetype. mvn arch