cstroe / swagger-ant-task

An ant task that generates swagger JSON spec files from Java code.
Apache License 2.0
3 stars 3 forks source link

Updated to current swagger-maven-plugin 3.1.3, swagger-annotations 1.5.7 #1

Closed lukasherman closed 8 years ago

cstroe commented 8 years ago

I'm seeing a lot of files added into the test directory. Are these used by any tests?

lukasherman commented 8 years ago

Yes, the test uses configuration and Petstore schema files from swagger-maven-example. It was used to verify if any output is produced. The test works without Petstore schema files. Also I was not sure how to implement List<String> properties, such as typesToSkip, apiModelPropertyAccessExclusions and modelConverters, so those are missing.