|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MCHRONOS-48) Save history does no... John Nonak (JIRA)
- [mojo-dev] [jira] (MCHRONOS-48) Save history do... John Nonak (JIRA)
- [mojo-dev] [jira] (MCHRONOS-48) Save history do... JIRA
- [mojo-dev] [jira] (MCHRONOS-48) Save history do... As Kh (JIRA)
- [mojo-dev] [jira] (MCHRONOS-48) Save history do... As Kh (JIRA)
- [mojo-dev] [jira] (MCHRONOS-48) Save history do... Simon Vogensen (JIRA)
- [mojo-dev] [jira] (MCHRONOS-48) Save history do... Simon Vogensen (JIRA)

I have been trying to generate history reports from history files. But the configuration for historydir is not being pickup by the plugin and I am unable to generate the history reports.
Below is my plugin setting in pom.xml
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>chronos-report-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
<historydir>${basedir}/history/</historydir>
</configuration>
</plugin>
</plugins>
</reporting>
Please guide me what am I missing?