Skip to content

Commit

Permalink
Fix duplicate execution with id default.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 13, 2024
1 parent 7b4340d commit 4285fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deepbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<artifactId>swagger-codegen-maven-plugin</artifactId>
<executions>
<execution>
<id>codegen-deepbox</id>
<goals>
<goal>generate</goal>
</goals>
Expand All @@ -75,6 +76,7 @@
</configuration>
</execution>
<execution>
<id>codegen-deepcloud</id>
<goals>
<goal>generate</goal>
</goals>
Expand Down

0 comments on commit 4285fdc

Please sign in to comment.