As Kh commented on Bug MCHRONOS-48

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?

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to