java - Offline swagger documentation using maven plugin -
i trying generate swagger documentation, need start server. want generate swagger documentation offline (with out starting server), got link swagger-codegen-maven-plugin
but when added above plugin pom.xml (suppose generate html doc during maven build feel), not @ doing anything. please help.
take @ plugin: https://github.com/teamcarma/swagger-jaxrs-doclet
as json resource listing generated offline source code means not need add runtime dependencies project , avoid potential headaches different jar versions , jaxrs implementations. avoids increasing size of artifacts
Comments
Post a Comment