Default index.html from Site plugin?

2009-08-05 Thread David C. Hicks
Is there some way to get the Site plugin to create an index.html if one is not supplied? I really don't want to have to go set up src/site for every module in my project, but it seems like the site that gets generated won't work if I don't. When I click on one of the module links, I'm taken to

Re: Default index.html from Site plugin?

2009-08-05 Thread Dennis Lundberg
Are you running into this? http://maven.apache.org/plugins/maven-site-plugin/faq.html#Why_dont_the_links_between_parent_and_child_modules_work_when_I_run_mvn_site David C. Hicks wrote: Is there some way to get the Site plugin to create an index.html if one is not supplied? I really don't want

Re: Default index.html from Site plugin?

2009-08-05 Thread David C. Hicks
No, I'm actually looking at a deployed site. mvn site site:deploy There are simply no index.html files in any of the modules' directories. Dennis Lundberg wrote: Are you running into this?