Skip to content

Commit

Permalink
Fix: remove openapi plugin default binding to any phase
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Jan 20, 2025
1 parent e05bdc8 commit 3895506
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,6 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-maven-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>integration-test</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<apiDocsUrl>http://localhost:8080/v3/api-docs.yaml</apiDocsUrl>
<outputFileName>${springdoc.outputFileName}</outputFileName>
Expand Down

0 comments on commit 3895506

Please sign in to comment.