[WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance
and no SinkFactory available. Please update this plugin.
----------------------------------------------------------------------------------------------------------------------------------------
Key: MSITE-490
URL: http://jira.codehaus.org/browse/MSITE-490
Project: Maven 2.x Site Plugin
Issue Type: Bug
Affects Versions: 2.1.1, 2.1, 2.0.1, 2.0
Reporter: Herve Boutemy
ReportDocumentRenderer.renderDocument(...) contains:
{code:java}if ( report instanceof MavenMultiPageReport )
{
( (MavenMultiPageReport) report ).generate( sink, sf, locale );
}{code}
then this message should not be displayed by any plugin using
maven-reporting-impl 2.2 like seen in MPIR-194
(note: this wasn't seen before because there was no warning, but this problem
was already there in 2.0)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira