I am using project-info-reports 2.2 and the maven-site-plugin 2.1 and still get the warnings. So I guess I can ignore them in that case?!?
Raphael On Fri, May 21, 2010 at 11:04, Lukas Theussl <[email protected]> wrote: > > It's a warning about a maven-internal plugin, in this case the > project-info-reports plugin. Which version do you use? (If you upgrade to > latest 2.2, you also need site-plugin 2.1). Otherwise you can ignore the > warning. > > HTH, > -Lukas > > > Raphael Ackermann wrote: >> >> When running mvn clean install site on our own maven plugins I get the >> following warnings >> >> >> [INFO] Preparing javadoc:javadoc >> [INFO] [enforcer:enforce {execution: enforce}] >> [INFO] [enforcer:enforce {execution: enforce-plugin-versions}] >> [INFO] [enforcer:enforce {execution: enforce-no-snapshots}] >> [INFO] [site:site {execution: default-site}] >> [INFO] Parent project loaded from repository. >> [INFO] Parent project loaded from repository. >> [INFO] Generating "About" report. >> [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink >> instance and no SinkFactory available. Please update this plugin. >> [INFO] Generating "Project Summary" report. >> [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink >> instance and no SinkFactory available. Please update this plugin. >> [INFO] Generating "Dependencies" report. >> [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink >> instance and no SinkFactory available. Please update this plugin. >> [INFO] >> >> I am using the m-javadoc-p in version 2.7 >> mvn 2.2.1 >> >> Any hints as to what needs to be updated? Do I need to update code in >> my plugin or plugin dependencies? >> >> Raphael >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
