Skip to content

Commit

Permalink
Add names for OpenApi modules for clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-punko committed Jun 5, 2024
1 parent f6d78f7 commit 8bb3bab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions openapi-generator-sample/openapi-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@

<artifactId>openapi-contract</artifactId>

<name>OpenApi generator : Contract in yaml</name>

</project>
5 changes: 3 additions & 2 deletions openapi-generator-sample/openapi-generator-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<artifactId>openapi-generator-java</artifactId>

<name>OpenApi generator : Generation for Java app</name>

<properties>
<swagger-annotations-version>1.5.8</swagger-annotations-version>
<jersey-version>2.35</jersey-version>
Expand Down Expand Up @@ -175,5 +177,4 @@
<version>2.2</version>
</dependency>
</dependencies>

</project>
</project>
2 changes: 2 additions & 0 deletions openapi-generator-sample/openapi-generator-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<artifactId>openapi-generator-spring</artifactId>

<name>OpenApi generator : Generation for Spring Boot app</name>

<properties>
<springfox.version>2.9.2</springfox.version>
<swagger-ui.version>4.15.5</swagger-ui.version>
Expand Down
5 changes: 5 additions & 0 deletions openapi-generator-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

<artifactId>openapi-generator-sample</artifactId>

<name>OpenApi generator : Root</name>
<!-- Used examples from:
https://github.com/OpenAPITools/openapi-generator
-->

<modules>
<module>openapi-contract</module>
<module>openapi-generator-java</module>
Expand Down

0 comments on commit 8bb3bab

Please sign in to comment.