On Wed, Apr 15, 2009 at 9:08 PM, Morgovsky, Alexander (US - Glen
Mills) <amorgov...@deloitte.com> wrote:

> I have Apache Maven 2.1.0 (r755702; 2009-03-18 15:10:27-0400).
>
> My error is listed below.  Any advise would be greatly appreciated.

While it shouldn't be throwing uninformative NPE's, you're not giving
us much to go on here.  I'm able to execute "mvn site" with a project
created from the quickstart archetype using 2.1.0.  What's different
about your project?

>From the error, I'm going to guess it has something to do with the
missing issue management section... have you configured a plugin that
would be trying to use it?

This works:
mvn archetype:create -DgroupId=com.example -DartifactId=myproject
cd myproject
mvn site

-- 
Wendy

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

Reply via email to