Thanks Fredy.
 
It works in my machine. Looks like I need to create changes.xml file. I am 
using changeslog plug in which needs scm tag to create reports for changes.
 
My reporting tag is as follows:
 
 
    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changelog-plugin</artifactId>
                <version>2.0-beta-2-SNAPSHOT</version>
            </plugin>
        </plugins>
    </reporting>
 
Thanks,
Vijay

 
________________________________

From: Fredy [mailto:[EMAIL PROTECTED]
Sent: Thu 4/20/2006 10:15 AM
To: users@maven.apache.org
Subject: RE: RE: [m2] using '/src/changes/changes.xml' for runtime report.



Hi Vijay,

<project>
...
  <reporting>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>changes-maven-plugin</artifactId>
        <version>2.0-beta-1</version>
        <reportSets>
          <reportSet>
            <reports>
              <report>changes-report</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
  </reporting>
...

Fredy

---------------------------------------------------------------------
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