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