-
Suggestion
-
Resolution: Obsolete
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Things left to do
1. Get the rest documentation to be generated in the appropriate phase (javadoc probably)
2. Auto upload the files when doing a release
3. Make it work if you run it from the root dir and not only from the REST plugin dir.
4. Write javadoc for all REST entities
- is duplicated by
-
CONFSERVER-20600 Automate REST documentation generation
- Closed
- relates to
-
CONFCLOUD-20386 Finish REST documentaiton
- Closed
- supersedes
-
CONFSERVER-17821 Provide Documentation on REST API
- Closed
Bound rest docs generation to site phase instead of install. I tried making all our docs to be generated when mvn site runs but hit a maven infinite loop problem (contrary to the claim that it was fixed in a version of site plugin we are using.
I didn't remove a separate profile because of that infinite loop problem.