Hi Have you specified the sub-projects in a <modules> element in the parent POM?
Tim McGinnis wrote: > > Why doesn't the Site plugin respect submodule site.xml files? Or am I > doing something wrong? > > I run Maven 2.09 with RSA 7.0.0.7. I have a project that has several > sub-projects (modules). The project has its own site.xml and the > modules have their own site.xml. > > When I run "mvn site-deploy" on the project the resulting site has only > the contents from the project site.xml and not the individual module > site.xml files. To get the proper html pages for the modules I have to > run "mvn site-deploy" on each individual module. Shouldn't I just be > able to run site-deploy on the project and the plugin works for the > modules? > > Also I notice if I just run "mvn site" on the project the site is only > created for the project, not the modules. > > Thanks, > > Tim M. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
