running developer activity plugin:
site:
xdoc:register-reports:
maven-developer-activity-plugin:register:
maven-changelog-plugin:register:
site:run-reports:
[echo] Generating the Developer Activity...
maven-developer-activity-plugin:report:
[echo] Generating the developer activity report
BUILD FAILED
File...... /home/krystian/.maven/cache/maven-developer-activity-plugin-1.5.1/plugin.jelly
Element... changelog:changelog
Line...... 89
Column.... 15
java.lang.NullPointerException
Total time: 5 seconds
Finished at: Fri Jun 10 11:53:06 CEST 2005
running file activity plugin:
site:
xdoc:register-reports:
maven-file-activity-plugin:register:
maven-changelog-plugin:register:
site:run-reports:
[echo] Generating the File Activity...
maven-file-activity-plugin:report:
[echo] Generating the file activity report
BUILD FAILED
File...... /home/krystian/.maven/cache/maven-file-activity-plugin-1.5.1/plugin.jelly
Element... changelog:changelog
Line...... 99
Column.... 15
java.lang.NullPointerException
Total time: 5 seconds
Finished at: Fri Jun 10 11:58:12 CEST 2005
in developer activity a line pointed by the message is:
<changelog:changelog
basedir="${maven.changelog.basedir}"
developers="${pom.developers}"
factory="${factory}"
output="${maven.build.dir}/changelog.xml"
outputEncoding="${maven.docs.outputencoding}"
range="${maven.changelog.range}"
repositoryConnection="${_connection}"
dateFormat="${maven.changelog.dateformat}"
/>
In versions 1.7.1 and 1.7.2 of changelog plugin everything works fine.
can you please run with '-e' and report the first few lines of the stack trace. I cannot reproduce it.