diff --git a/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-generator-plugin/src/main/resources/template/app-pom.xml b/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-generator-plugin/src/main/resources/template/app-pom.xml index 1a828bb3f..53deeae65 100644 --- a/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-generator-plugin/src/main/resources/template/app-pom.xml +++ b/spring-cloud-dataflow-apps-plugin/spring-cloud-dataflow-apps-generator-plugin/src/main/resources/template/app-pom.xml @@ -138,39 +138,18 @@ org.springframework.boot spring-boot-maven-plugin - {{#app.bootPluginConfiguration}} + + {{app.containerImage.orgName}}/${project.artifactId}:{{app.containerImage.tag}} + + + {{#app.bootPluginConfiguration}} {{this}} + {{/app.bootPluginConfiguration}} + - {{/app.bootPluginConfiguration}} - - com.google.cloud.tools - jib-maven-plugin - 3.3.0 - - - {{app.containerImage.baseImage}} - - - {{app.containerImage.orgName}}/${project.artifactId}:{{app.containerImage.tag}} - - - USE_CURRENT_TIMESTAMP - {{app.containerImage.format}} - {{#app.containerImage.enableMetadata}} - - - ${org.springframework.cloud.dataflow.spring.configuration.metadata.json} - - ${project.artifactId} - ${project.version} - - {{/app.containerImage.enableMetadata}} - - - {{#app.containerImage.enableMetadata}}