Skip to content

Commit

Permalink
I18N-1322 - Generate & document OpenAPI Specification
Browse files Browse the repository at this point in the history
Reverted POM changes
  • Loading branch information
DarKhaos committed Nov 15, 2024
1 parent 02e25fa commit a29de8e
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,30 +304,13 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>pre-integration-test</id>
<id>repackage</id>
<goals>
<goal>start</goal>
</goals>
</execution>
<execution>
<id>post-integration-test</id>
<goals>
<goal>stop</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-maven-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>integration-test</phase>
<goals>
<goal>generate</goal>
<goal>repackage</goal>
</goals>
<configuration>
<classifier>exec</classifier>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit a29de8e

Please sign in to comment.