You can use the skip parameter in the individual modules.. https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#skip
That said ... I think since you want some resources from the you are better off NOT skipping but instead just making it work for the multi module setup. You just need to fix up naming of folder and artifact id and a few paths. Its definitely possible to do this.. Manfred Russell Gold wrote on 2018-11-08 11:11: > 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]
