I have the maven-javadoc-plugin on my reports section. The problem is when I run the site:site goal the index.html only contains the site's menu and not the javadoc content. The rest of the files generated are fine, but navigating from the project's site you can not see the javadocs, unless you edit the url to pint to index-all.html and not index.html.
Any ideas? Below the generated index.html from the site goal <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <style type="text/css" media="all"> @import url("../css/maven-base.css"); @import url("../css/maven-theme.css"); @import url("../css/site.css"); </style> <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> </head> <body class="composite"> <div id="banner"> <span id="bannerLeft"> ERA core components </span> <div class="clear"> <hr/> </div> </div> <div id="breadcrumbs"> <div class="xleft">Last Published: Wed Dec 14 16:17:20 EST 2005</div> <div class="xright"> <a href="http://archives.gov">ERA core components</a> </div> <div class="clear"> <hr/> </div> </div> <div id="leftColumn"><div id="navcolumn"> <h5>Project Documentation</h5> <ul> <li class="none"> <a href="../index.html">About ERA core components</a> </li> <li class="collapsed"> <a href="../project-info.html">Project Info</a> </li> <li class="collapsed"> <a href="../maven-reports.html">Project Reports</a> <ul> <li class="none"> <strong><a href="../apidocs/index.html">JavaDocs</a></strong> </li> <li class="none"> <a href="../surefire-report.html">Maven Surefire Report</a> </li> </ul> </li> </ul> <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"> <img alt="Built by Maven" src="../images/logos/maven-feather.png"></img> </a> </div></div> <div id="bodyColumn"> <div id="contentBox"> </div> </div> <div class="clear"> <hr/> </div> <div id="footer"> <div class="xright">© 2005 </div> <div class="clear"> <hr/> </div> </div> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
