swagger maven plugin documentation is not generated
问题 I am trying to generate swagger documentation using Swagger maven plugin But nothing is created, this is plugin in details I entered: <plugin> <groupId>io.swagger</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> <version>2.2.2-SNAPSHOT</version> <executions> <execution> <goals> <goal>generate</goal> </goals> <configuration> <inputSpec>/data/AMEE/ame/api.yaml</inputSpec> <language>java</language> <configOptions> <sourceFolder>/data/AMEE/ame/gen</sourceFolder> </configOptions> <