github / maven-plugins

Official GitHub Maven Plugins
MIT License
584 stars 198 forks source link

Maven multi-module site generation #39

Closed mmoayyed closed 10 years ago

mmoayyed commented 11 years ago

Is there a way that through plugin configuration, multi-module maven projects can be support for site generation? I have found a number of solutions on the web, but would like to explore options with github plugin directly as opposed to others.

Thanks for your attention.

cescoffier commented 10 years ago

The plugin just 'pushes' the site to Github. If the site is correctly generated and staged by Maven, then everything works as expected. Check http://books.sonatype.com/mvnref-book/reference/site-generation.htmlto generate a multi-module site.