pom weer teruggezet

This commit is contained in:
Allard Krings 2024-07-11 09:11:12 +00:00
parent 258215bec4
commit fbc3988417

11
pom.xml
View File

@ -61,6 +61,13 @@
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>docker-hub</id>
<url>http://hub.docker.com</url>
</repository>
</distributionManagement>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
@ -104,7 +111,7 @@
<executions>
<execution>
<id>docker-build</id>
<phase>deploy</phase>
<phase>install</phase>
<goals>
<goal>exec</goal>
</goals>
@ -122,7 +129,7 @@
<!-- Login and Push the image to a docker repo. -->
<execution>
<id>docker-login</id>
<phase>deploy</phase>
<phase>install</phase>
<goals>
<goal>exec</goal>
</goals>