Project uses annotations from swagger 2, from this package:
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.13</version>
</dependency>
And then this to generate swagger json:
... <groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>...
But that plugin cannot generate json for openapi 3. Is there any maven plugin that can generate openapi 3 json using annotations from aforementioned package?