Am trying to generate the REST doc using the enunciate plugin for my JAVA restful webservice project. whenever I run the POM.xml using the maven build. am getting the below warning and doc is not at all generating..
[WARNING] [docs] Splash package com.layer.rest.service.interfaces not found. No splash documentation included.
any clue pls ?
Enunciate tries to use the JavaDoc in package-info.java in the package you define in enunciate.xml, like this:
Based on this configuration, enunciate will look for
org.foo.package-info.java
. If it cannot be found, it shows the warning you got.For more details, refer to the
docs
module documentation here: https://github.com/stoicflame/enunciate/wiki/Module-Docs