configure m-site-p:site:skip via property, then in parent set to false, and children set to true
https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#skip or create a separate module called docs or site or something, and only produce the site in that module On Thu, Nov 8, 2018 at 2:18 PM Russell Gold <[email protected]> wrote: > > And at the same time, I would like to copy to the site directory some files > that were generated during the build (and are now in one of the module jars). > > > On Nov 8, 2018, at 1:31 PM, Russell Gold <[email protected]> wrote: > > > > I want to generate a site for my multi-module project only from the > > top-level. How do I tell maven to skip running the site plugin on each > > module? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
