Hello all,

My dev-activity report is empty. It does display this:
Range: Wed Sep 27 16:48:29 EDT 2006 to Sat Oct 28
16:48:29 EDT 2006, Total commits:17, Total Number of
Files Changed:33

But it will not display the users who did the commits.


Can anybody spot the problem?
I tried to add version number: 2.0-SNAPSHOT , too. No
luck.

See the pom part below.
thanks,
Attila

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-changelog-plugin</artifactId>
   <reportSets>
     <reportSet>
       <id>devreport</id>
       <configuration>
         <type>range</type>
         <range>30</range>
       </configuration>
       <reports>
         <report>changelog</report>
         <report>file-activity</report>
         <report>dev-activity</report>
       </reports>
    </reportSet>
 </reportSets>
</plugin>


 
____________________________________________________________________________________
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates 
(http://voice.yahoo.com)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to