Yes, that's it. It says it's fixed in 2.1.1, but I don't see that version in http://repo2.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/
Is it staged for release? Lukas Theussl-4 wrote: > > > Could it be that? > > http://jira.codehaus.org/browse/MSITE-456 > > If not please open another issue with a test case. > > Thanks, > -Lukas > > > David Roussel wrote: >> Hi, >> >> I've got a multi-module project with no site customization (no site.xml >> or >> stylesheets etc). If I build my site with maven-site-plugin 2.0.1 it >> works. >> But if I use maven-site-plugin 2.1 then the naviagtion block is missing >> from all the pages, normally I'd see links to Project Information, About, >> Continuous Integration, etc. >> >> When this happens I get this error repeated many times in the stdout: >> >> [INFO] Generating "Project Plugins" report. >> [ERROR] Right side ($item.name) of addition operation has null value. >> Operation not possible. >> org/apache/maven/doxia/siterenderer/resources/default-site.vm >> [line 1, column 35] >> [ERROR] Left side ( $name ) of addition operation has null value. >> Operation >> not possible. >> org/apache/maven/doxia/siterenderer/resources/default-site.vm >> [line 1, column 43] >> >> I think the file it's refering too is this one >> http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm >> >> but the line numbers don't match up. >> >> I'm using maven 2.2.1. >> >> Anyone else get this? >> >> Thanks >> >> David >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/site-navigation-broken-in-maven-site-plugin-2.1--tp27743693p27754484.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
