We have a number of applications that share common modules. Because we currently do not "version" and release the common modules each application includes them in their builds. Thus we have a flat directory structure with the common modules and applications on the same level. I.E.

mod1
mod2
app1
   pom.xml contains
       <modules>
          <module>../mod1</module>
         <module>../mod2</module>
       </modules>
app2
   pom.xml contains
       <modules>
          <module>../mod1</module>
         <module>../mod2</module>
       </modules>

The builds are working very nicely. Now I want to build the sites and include in the app1 site links to the common module sites. However, the Modules menu for the app1 site is empty regardless of how I generate the site. The use of <menu ref="modules"/> in app1/src/site/ site.xml does not seem to generate the list of modules.

Is my problem caused by the flat module structure?

What would be the best way to generate the module menu?
---
Erik Husby
Senior Software Engineer I
Broad Institute of MIT and Harvard
Rm. 2139, 320 Charles St, Cambridge, MA 02141-2023
mobile: 781.354.6669, office: 617.258.9227
email: [EMAIL PROTECTED] AIM: ErikAtBroad


Reply via email to