Hi all

I'm trying out the new site-plugin in a multi-module setup. My setup looks like this:

-+- parent-project
 |  +- pom.xml
 |  +- src
 |     +- site
 |        +- site.xml
 +- module-1
 |  +- pom.xml
 |  +- src
 |     +- site
 |        +- site.xml
 +- module-2
 |  +- pom.xml
 |  +- src
 |     +- site
 |        +- site.xml
 +- ...

In the pom of the parent project I have a modules section that looks like this:

  <modules>
    <module>../module-1</module>
    <module>../module-2</module>
    ...
  </modules>

Running mvn site, in the directory of the parent project, successfully builds the parent site as well as the sites for each of the modules.

However, the parent project has a ${modulesItems} in it's site.xml and there are no links there to the modules.

If I move a module into the parent directory and change the module-elements accordingly, the links show up correctly.

Can someone help me out?

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to