Monday, July 5, 2010

maven site:site

maven site:site used to work fine to a certain degree - but the last run was disturbed by a little exception:
java.lang.ArrayIndexOutOfBoundsException: 1         at org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791)

It can be resolved by setting by setting the explicit version for the plugin:
     
        org.apache.maven.plugins
        maven-site-plugin
        2.1.1
       
       

     
although many warnings where produced like [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available. Please update this plugin.
So don't panic ;)