Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
3295: Removed swagger documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
druchniewicz committed May 21, 2024
1 parent 466c60b commit 4e7a25e
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 954 deletions.
29 changes: 0 additions & 29 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,35 +139,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<apiSources>
<apiSource>
<springmvc>true</springmvc>
<locations>org.openmrs.module.callflows.web</locations>
<basePath>/openmrs/ws</basePath>
<info>
<title>Call flows Module REST API</title>
<version>v1</version>
<description>REST API for Call flows Module.</description>
</info>
<swaggerUIDocBasePath>/openmrs/ws/rest/v1</swaggerUIDocBasePath>
<swaggerDirectory>${basedir}/src/main/webapp/resources/swagger/</swaggerDirectory>
</apiSource>
</apiSources>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
</require_modules>

<!-- Extensions -->
<extension>
<point>org.openmrs.admin.list</point>
<class>org.openmrs.module.callflows.extension.html.AdminList</class>
</extension>

<aware_of_modules>
<aware_of_module>org.openmrs.module.legacyui</aware_of_module>
Expand Down
Binary file not shown.
Binary file not shown.
65 changes: 0 additions & 65 deletions omod/src/main/webapp/resources/swagger/index.html

This file was deleted.

75 changes: 0 additions & 75 deletions omod/src/main/webapp/resources/swagger/oauth2-redirect.html

This file was deleted.

3 changes: 0 additions & 3 deletions omod/src/main/webapp/resources/swagger/swagger-ui-bundle.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions omod/src/main/webapp/resources/swagger/swagger-ui.css

This file was deleted.

1 change: 0 additions & 1 deletion omod/src/main/webapp/resources/swagger/swagger-ui.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions omod/src/main/webapp/resources/swagger/swagger-ui.js

This file was deleted.

1 change: 0 additions & 1 deletion omod/src/main/webapp/resources/swagger/swagger-ui.js.map

This file was deleted.

Loading

0 comments on commit 4e7a25e

Please sign in to comment.