On Wednesday 01 November 2006 20:57, Morgovsky, Alexander (US - Glen Mills)
wrote:
> Hi, I define the following in the parent project.
> <distributionManagement>
> <site>
> <id>x</id>
> <url>x</url>
> </site>
> ...
> </distributionManagement>
> <modules>
> <module>a</module>
> <module>b</module>
> </modules>
>
> When I run mvn site-deploy on the parent project, the site for the
> parent project gets generated. The modules get listed, but when I
> click on the modules' links, their sites are not present. I tried
> appending ${project.artifactId} to the url, but that did not work
> either. Each module declares the parent project as its parent. Please
> help if you may.
In the module's pom, do you have a url in <project><url>XXX</url> ?
If you got one, try to delete it.
Do you have any site created for the modules, even at the wrong place ?
alex
pgpDVjYaETBmd.pgp
Description: PGP signature
