Hi,

I've created a maven-site-archetype project in Netbeans. I can see that the
site descriptor is site.xml and I can add menu items to build the site
navigation on it. Whatever changes I make to the site.xml are not reflected
in the index.html page of the site. In the IDE I right click on the "Project
Site" node and hit "Generate Site", which generates all the html pages and
places them under target/site folder.

If I add the following to the site.xml

  <body>

    <menu ref="reports" />

  </body>

It does not show the menu in my index.html. Do I have to mention the
site.xml in the pom.xml ? The index.html is supposed to be generated as per
the site.xml right? So why aren't even the Maven logos being displayed that
are by default in the site.xml ?

Thanks-
Askar

Reply via email to