Mark, thank you for your help The ID mismatch was the problem...
Tigran -----Original Message----- From: Mark Shead [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 4:57 PM To: Maven Users List Subject: RE: [m1.2b] developer activity report is blank > I'm having a little problem with developer activity report, (change log > and file activity are reporting fine), the interesting part is that the > numbers are showing on the top of the page, as: > <snip> > did any one know what am I doing wrong? > Thank you in advance. I'm not sure, but I think this might happen if you don't have the developers listed and mapped to the correct repository user name. Make sure you've got something like: <developers> <developer> <name>Tom Smith</name> <id>smitht</id> <email>[EMAIL PROTECTED]</email> <organization>Blessed Corporation<organization> <roles> <role>Uber Hacker</role> </roles> </developer> <developers> In your project.xml (assuming you are using Maven 1.x). The <id> needs to contain the id that is used in your version control. Mark --------------------------------------------------------------------- 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]
