Open pathob opened 4 years ago
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>3.0.21</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<inputSpec>${project.build.directory}/openapi.yaml</inputSpec>
<language>html</language>
<output>${project.basedir}</output>
</configuration>
</execution>
</executions>
</plugin>
Problems
The current documentation does not show