Hi,
I'm currently trying to use the maven-changelog-plugin.
But there are no changes in the report, and no error in the build log.
my configuration is:
pom.xml:
</reporting>
</plugins>
<plugin>
<!-- Changelog Reports (from SCM) -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
<reportSets>
<reportSet>
<id>dual-report</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>
</plugins>
</reporting>
<scm>
<connection>
scm:svn:https://host/svn/sat/pom/trunk/
</connection>
<developerConnection>
scm:svn:https://host/svn/sat/pom/trunk/
</developerConnection>
<url>
http://host/viewcvs.cgi/pom/trunk/
</url>
</scm>
Any ideas, why the report is empty?
thx 4 help
R.C.
--
View this message in context:
http://www.nabble.com/-m2--maven-changelog-plugin---no-changes-in-list--tf2460389.html#a6857883
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]