From 2cd6207180c29d30a731d32529826fbf82d966e5 Mon Sep 17 00:00:00 2001 From: Eberhard Mayer Date: Fri, 18 Jun 2021 15:14:58 +0200 Subject: [PATCH] Add JIB maven plugin. --- pom.xml | 80 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 44 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 2134f30..81aa869 100644 --- a/pom.xml +++ b/pom.xml @@ -1,41 +1,49 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.5.1 - - - com.github.eberhardmayer - jib-example - 0.0.1-SNAPSHOT - jib-example - Demo project for Spring Boot with JIB - - 11 - - - - org.springframework.boot - spring-boot-starter - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.5.1 + + + com.github.eberhardmayer + jib-example + 0.0.1-SNAPSHOT + jib-example + Demo project for Spring Boot with JIB + + 11 + + + + org.springframework.boot + spring-boot-starter-web + + - - org.springframework.boot - spring-boot-starter-test - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.google.cloud.tools + jib-maven-plugin + 3.1.1 + + + eberhardmayer/jib-example:test2 + + eberhardmayer + XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + + + + + +