> > Hi, > > 2 questions about navigation.xml: > > 1) When I use this: > > <project name="${pom.artifactId}"> > > <!-- Page Title --> > <title>${pom.artifactId}</title> > .... > </project> > > Then the property is not correctly expanded. Is this a known > bug or is it not possible to use such properties?
You can do something like that : http://cvs.apache.org/viewcvs.cgi/maven-plugins/pdf/src/plugin-test/xdocs/navigation.xml?rev=1.2&view=markup > > 2) What is the preferred way to include a link to the pdf > version of the documentation (generated using the pdf goal)? > How do I get the nice icon like on the maven site (although > there seem to be 2 icons there, pointing to the same pdf) For example : <item name="PDF Documentation" href="/maven-pdf-plugin.pdf" img="/images/pdf.gif" target="_blank"/> Arnaud --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]