Actually i face the same Problem. 

I using SVN as Repository.

- Jens

Hi,
 I configured maven-changelog-plugin as follows -
    <reporting>
    ...
        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changelog-plugin</artifactId>
           <reportSets>
             <reportSet>
             <id>change-report</id>
             <configuration>
                 <type>date</type>
                 <dates>
                   <date
implementation="java.lang.String">2007-07-02</date>
                   <date
implementation="java.lang.String">2007-07-14</date>
                 </dates>
                 <dateFormat>yyyy-MM-dd</dateFormat>
            </configuration>
         <reports>
          <report>changelog</report>
          <report>dev-activity</report>
          <report>file-activity</report>     
         </reports>
        </reportSet>
       </reportSets>
     </plugin>
    </reporting>
 
and also put the developers section in the pom.
 
But when I do mvn changelog:dev-activity, developers-activity report is
not generated.
 
Please tell me, where am I making mistake??
 
Thanks.

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

Reply via email to