> Hi, > > Just set maven.xdoc.includeProjectDocumentation property to "no" in your > project.properties file. > Maybe there are some other xdoc-plugin properties that you might like to > use to customize the rendering too: > http://maven.apache.org/reference/plugins/xdoc/properties.html
Thanks, but this dosn't work for me. If i set the maven.xdoc.includeProjectDocumentation to "no", all reports (which i would use in my custom navigation) from project.xml are not builded (and no xdoc-files are generated). Thomas Wabner > > ++didier > > [EMAIL PROTECTED] wrote: > > >Hi, > > > >I try to use xdoc to generate my site. I have added navigation.xml to the xdocs > >directory where I also have a index.xml file. If i run "maven xdoc" that generates > >my site with following navigation: > > > >- Document > >-- About > >-- Info > >- Project > >-- Checkstyle > >-- Similian > >-- javaDoc > >- Project Documentation > >-- About > >-- .... and so on > > > >if i run "maven xdoc:transform" this target produces me correct my navigation: > > > >- Document > >-- About > >-- Info > >- Project > >-- Checkstyle > >-- Similian > >-- javaDoc > > > >wihtou the Project Documentation item. How can I tell xdoc, using my navigation.xml > >file only and don't merge the Project Documentation again? > > > >Thanks, > > > >Thomas Wabner > > > >-------- SIgnature -------- > >Thomas Wabner > >wissenschaftlicher Mitarbeiter > >Karl-Liebknechtstrasse 145 > >04277 Leipzig > >HTWK Leipzig > > > >--------------------------- > >Thomas Wabner > >CIO > >Ancoso Development GMBH > > > >--------------------------- > >PGP Key: > >http://search.keyserver.net:11371/pks/lookup?op=get&search=0x48681715&template=netenextract,netennomatch,netenerror > > > > > >--------------------------------------------------------------------- > >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] > > -------- SIgnature -------- Thomas Wabner wissenschaftlicher Mitarbeiter Karl-Liebknechtstrasse 145 04277 Leipzig HTWK Leipzig --------------------------- Thomas Wabner CIO Ancoso Development GMBH --------------------------- PGP Key: http://search.keyserver.net:11371/pks/lookup?op=get&search=0x48681715&template=netenextract,netennomatch,netenerror --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
