Skip to content

Commit

Permalink
Merge pull request #958 from HubSpot/swagger_json
Browse files Browse the repository at this point in the history
generate swagger json alongside docs
  • Loading branch information
ssalinas committed Mar 22, 2016
2 parents fcb172c + 166f482 commit 5195bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SingularityService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
<mustacheFileRoot>${basedir}/../SingularityUI/app/assets/api-docs</mustacheFileRoot>
<outputPath>${project.build.directory}/classes/assets/api-docs/index.html</outputPath>
<apiSortComparator>com.hubspot.singularity.swagger.ApiSortComparator</apiSortComparator>
<swaggerDirectory>${project.build.directory}/classes/assets/api-docs</swaggerDirectory>
</apiSource>
</apiSources>
</configuration>
Expand Down

0 comments on commit 5195bec

Please # to comment.