Skip to content

Commit

Permalink
Do not specify phases for docker plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Oct 20, 2023
1 parent 6b7f6e7 commit 2935d31
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,22 +172,6 @@
</images>
</configuration>
<executions>
<!-- Generate the docker images during the package phase -->
<execution>
<id>docker-build</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<!-- Push the docker images during the "deploy" phase -->
<execution>
<id>docker-push</id>
<phase>deploy</phase>
<goals>
<goal>push</goal>
</goals>
</execution>
<execution>
<!-- There is no integration test, so we can skip that execution -->
<id>start-elasticsearch</id>
Expand Down

0 comments on commit 2935d31

Please sign in to comment.