Re: Site plugin and modules

2009-02-07 Thread Dennis Lundberg
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).

Re: Site plugin and modules

2009-02-07 Thread Tim McGinnis
Yep. It creates the pages for the modules but they have the left nav of the top project site.xml. Dennis Lundberg wrote: 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

Re: Site plugin and modules

2009-02-07 Thread Dennis Lundberg
There are a number of issues reported about site.xml inheritance in JIRA. I think that most of them has been solved in the upcoming 2.0 version of the Site Plugin. You could try to use Maven Site Plugin version 2.0-SNAPSHOT to see if it solves your problem. More info on testing development

Site plugin and modules

2009-02-06 Thread Tim McGinnis
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

Re: Site plugin and modules

2006-07-13 Thread Lukasz Szelag
. which in turn are inherited by projects' POMs. Parent POMs cannot be merged into the top-level since they operate on different types of projects. -- View this message in context: http://www.nabble.com/Site-plugin-and-modules-tf1928090.html#a5313303 Sent from the Maven - Users forum at Nabble.com

Re: Site plugin and modules

2006-07-12 Thread Andrew Williams
I think the question is really why are the modules not inheriting from the aggregator, that is certainly normal. The aggregator can inherit from the parent (or what you sometimes seem to call super) if it is defaults that you are woried about inheriting. The site plugin will always (if I

Site plugin and modules

2006-07-11 Thread dohadwala_moiz
I have a multi-module project. The modules POMs are inheriting from a super-POM ( which is different from the aggregator POM ). When I run the site plugin, the sites for aggregator POM does not list the modules under the Modules section. If I change the module POMs to inherit from the project