Skip to content

Commit

Permalink
fix: pom issue - wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mgalbis committed Sep 23, 2024
1 parent 833038e commit d105ded
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/db-wakamiti-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,13 @@
<executions>
<execution>
<id>test</id>
<phase>integration-test</phase>
<phase>install</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<includeProjectDependencies>true</includeProjectDependencies>
<executable>docker</executable>
<arguments>
<argument>run</argument>
Expand Down

0 comments on commit d105ded

Please sign in to comment.