|
|
|
@ -229,42 +229,6 @@
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>officedev</id>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.google.cloud.tools</groupId>
|
|
|
|
|
<artifactId>jib-maven-plugin</artifactId>
|
|
|
|
|
<version>${jib-maven-plugin.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<from>
|
|
|
|
|
<image>192.168.0.84:5000/royalpay/serverjre:openj9</image>
|
|
|
|
|
</from>
|
|
|
|
|
<to>
|
|
|
|
|
<image>192.168.0.84:5000/royalpay/manage-dev</image>
|
|
|
|
|
<tags>
|
|
|
|
|
<tag>latest</tag>
|
|
|
|
|
<tag>${docker-image.version}</tag>
|
|
|
|
|
</tags>
|
|
|
|
|
</to>
|
|
|
|
|
<extraDirectory>
|
|
|
|
|
<path>extra/</path>
|
|
|
|
|
</extraDirectory>
|
|
|
|
|
<allowInsecureRegistries>true</allowInsecureRegistries>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>build</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
<build>
|
|
|
|
|