This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit ed6d2a54411bd43c37f038adc2b2bc0e7dce3116 Author: Croway <[email protected]> AuthorDate: Tue Apr 11 14:10:02 2023 +0200 SB Maven plugin add execution --- .../org/apache/camel/catalog/camel-jbang/spring-boot-pom.tmpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/catalog/camel-jbang/spring-boot-pom.tmpl b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/catalog/camel-jbang/spring-boot-pom.tmpl index b334b67a0de..b8e240e6d8b 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/catalog/camel-jbang/spring-boot-pom.tmpl +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/catalog/camel-jbang/spring-boot-pom.tmpl @@ -17,7 +17,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <spring.boot-version>{{ .SpringBootVersion }}</spring.boot-version> <surefire.plugin.version>3.0.0-M4</surefire.plugin.version> - <jkube.generator.from>registry.access.redhat.com/ubi8/openjdk-11:1.14</jkube.generator.from> + <jkube.generator.from>registry.access.redhat.com/ubi8/openjdk-17:latest</jkube.generator.from> <camel.spring.boot-version>{{ .CamelSpringBootVersion }}</camel.spring.boot-version> {{ .AdditionalProperties }} </properties> @@ -86,6 +86,13 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>${spring.boot-version}</version> + <executions> + <execution> + <goals> + <goal>repackage</goal> + </goals> + </execution> + </executions> </plugin> <plugin> <groupId>com.redhat.camel.springboot.platform</groupId>
