I am using codegen maven plugin
I have added .swagger-codegen-ignore
also added
<configuration>
<inputSpec>src/main/resources/api.yaml</inputSpec>
<language>spring</language>
*<ignoreFileOverride>${basedir}/.swagger-codegen-ignore</ignoreFileOverride>*
<configOptions>
<sourceFolder>src/gen/java/main</sourceFolder>
<dateLibrary>java8</dateLibrary>
</configOptions>
</configuration>
inside .swagger-codegen-ignore
I added
pom.xml
MyController.java
It should have not generated pom.xml and Controller class. But it still
did.
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.