On Wed, Jul 30, 2008 at 10:39 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Wed, Jul 30, 2008 at 10:26 PM, Paul Benedict <[EMAIL PROTECTED]> wrote: >> I have an Apache website of all static content. I don't need Maven to >> autogenerate anything, but I want to use the Site Plugin to bundle and >> deploy it. >> >> Is it possible to use the Site plugin without a site.xml? > > What happened when you tried it? Probably would have taken less time > to do that than to ask. :)
Okay, slightly longer. 10 minutes. :) Your next question is likely to be how to get it to stop generating the project info reports, and the 'css' and 'images' directories. See http://maven.apache.org/plugins/maven-project-info-reports-plugin/examples/selective-project-info-reports.html (and remove all the <report> elements.) Looks like you'll also need to create a site skin without any images or styles, and then afaict you'll just get your plain html copied over and deployed. http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins.html HTH, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
