I'm able to run mvn enunciate:docs against my multi-module pom where modules are complete implementations of services and the sites are created under each of those (ex. service1/rest/api/target/site/wsdocs/index.html) but I would like all the rest APIs linked in a single page via enunciate.
I'm only using enunciate to generate the API and example xml/json message bodies.
Is this possible, or do I have to create the site myself with some scripting or what have you?
Thanks.