I'm using Enunciate to generate REST documentation upon building a REST application. Enunicate outputs documentation to /target/docs
. I would like to add the /docs
directory to the resulting JAR file (and rename it) to be able to serve docs as static content.
How do I do this? I can't figure out how to get these static files (which are generated upon build) into the JAR.