spring-guides / gs-testing-restdocs

Creating API Documentation with Restdocs :: Learn how to generate documentation for HTTP endpoints using Spring Restdocs

Home Page:https://spring.io/guides/gs/testing-restdocs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven complete sample does not generate docs

asaikali opened this issue · comments

Running ./mvnw clean pacakge in the complete directoy does not cause target/generated-docs to be looks like the pom.xml is missing the plugins to interact with asciidoctor. The guide is also missing those.

This has been fixed with 4174b01

Thanks!