I am planning to use Confluence as project website. Therefore i am searching
for a facillity to change the DefaultSiteRenderer in the pom.
I have tried this, but this doesn't work:
<reporting>
<plugins>
<plugin>
<groupId>org.fornax.toolsupport.maven</groupId>
<artifactId>fornax-maven-changelog-plugin</artifactId>
<version>1.0.0</version>
<configuration>
<siteRenderer>org.fornax.toolsupport.maven.changelog.MySiteRenderer</siteRenderer>
</configuration>
</plugin>
</plugins>
</reporting>
Is there another chance to do this? Or must the Standard ReportMojos
(Issues, SCM, CI, Team...) been rewritten?
Thorsten
--
View this message in context:
http://www.nabble.com/-Reporting--Configuring-SiteRenderer-to-change-output-format-of-reports-tf2558473s177.html#a7129804
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]