You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by thorque <th...@googlemail.com> on 2006/11/02 09:49:27 UTC

[Reporting] Configuring SiteRenderer to change output format of reports

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org