In the developers tag of ur POM add the developer id of ur Source control

<developers>
   <developer>urdevid</developer>
</developers>


Thanks and Regards,
Anuradha Sinduria
 
-----Original Message-----
From: Mac-Systems [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 31, 2007 4:40 PM
To: Maven Users List
Subject: Re: How setup Changelog Plugin (developer activity) ?

Hello,

My SCM Section is correct, i hav a developer and a connection set:

    <scm>
        
<connection>scm:svn:https://user:[EMAIL PROTECTED]:81/svn/project/trunk/</c
onnection>
        
<developerConnection>scm:svn:https://user:[EMAIL PROTECTED]:81/svn/project/tru
nk/</developerConnection>
    </scm>

Reports by Changelog Plugin are complete expect
the "Developer Activity" report is almost empty:


      Changes between 2007-10-01 and 2007-11-01

Total commits: 480
Total number of files changed: 2450

Developer       Total commits   Total Number of Files Changed


There are missing the files each Developer Changed!

Any other report is complete!!!


Anyone can help ?

Thanks,
Jens



> Did you follow the instructions [1] on the website?
>
> Do you get any of the three reports?
>
> If so which ones, and what do they contain?
>
> [1] http://maven.apache.org/plugins/maven-changelog-plugin/usage.html
>
> Mac-Systems wrote:
>> Hello,
>>
>> i use the Changelog Plugin for Maven 2.07 so far without Problem.
>> But how to setup it right  that the  "Developer Activity Report" 
>> will  be filled ?
>> Our Repository is SVN, an i use version 2.1 of the Plugin without
>> any configuration yet:
>>
>>            <plugin>
>>                <groupId>org.apache.maven.plugins</groupId>
>>                <artifactId>maven-changelog-plugin</artifactId>
>>            </plugin>   best regards,
>> Jens   
>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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]


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

Reply via email to