Thanks Abhijit,
but he's talking about the changes plugin not the chanelog plugin.
It's still not released.
- Brill Pappin
On 8/14/06, Abhijit Diwan <[EMAIL PROTECTED]> wrote:
Hi
After struggling a lot for the report here is the plugin snippet
from my pom.xml which creates change log successfully from perforce.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<reportSets>
<reportSet>
<id>Perofrce report</id>
<configuration>
<type>range</type>
<range>10</range>
<repositoryConnection>
scm:perforce://EJB/ejb-dev/MavenCodeline/</repositoryConnection>
<properties>
<maven.changelog.factory>
org.apache.maven.perforcelib.PerforceChangeLogFactory</maven.changelog.f
actory>
</properties>
<dateFormat>yyyy/MM/dd HH:mm:ss</dateFormat>
</configuration>
<reports>
<report>changelog</report>
<report>file-activity</report>
<report>dev-activity</report>
</reports>
</reportSet>
</reportSets>
</plugin>
Hope this helps
Thanks a lot
Abhijit
-----Original Message-----
From: Jan Vissers [mailto:[EMAIL PROTECTED]
Sent: Friday, August 11, 2006 7:35 PM
To: [email protected]
Subject: Changes report - maven 2.0.4
Cannot use this report, cause it cannot be located.
Tried several things here:
according to documentation:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
And according to some 'rumours' about relocation of the plugin:
<groupId>org.codehaus.mojo</groupId>
<artifactId>changes-maven-plugin</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
<reportSets>
<reportSet>
<reports>
<report>jira-report</report>
</reports>
</reportSet>
</reportSets>
Come on guys ... this is getting pretty awkward!
---------------------------------------------------------------------
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]