pom weer teruggezet
This commit is contained in:
parent
258215bec4
commit
fbc3988417
11
pom.xml
11
pom.xml
|
|
@ -61,6 +61,13 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>docker-hub</id>
|
||||||
|
<url>http://hub.docker.com</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
@ -104,7 +111,7 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>docker-build</id>
|
<id>docker-build</id>
|
||||||
<phase>deploy</phase>
|
<phase>install</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>exec</goal>
|
<goal>exec</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
@ -122,7 +129,7 @@
|
||||||
<!-- Login and Push the image to a docker repo. -->
|
<!-- Login and Push the image to a docker repo. -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>docker-login</id>
|
<id>docker-login</id>
|
||||||
<phase>deploy</phase>
|
<phase>install</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>exec</goal>
|
<goal>exec</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user