I am trying to create swagger documentation, for this I need to start the server. I want to create swagger documentation offline (without starting the server), I just got this link swagger-codegen-maven-plugin
But when I added the above plugin to POM.xml (suppose to generate an HTML document during maven build, I feel), it does nothing at all. Please, help.
source
share