Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 414 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 414 Bytes

swagger-ant-task

An ant task that generates swagger JSON spec files and html documentation from Java code. This ant task is a wrapper for swagger-maven-plugin and uses the same XML syntax, therefore you can just cut and paste your XML from the maven pom to the ant build.xml.

See a sample build xml.