File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 144
144
</executions >
145
145
</plugin >
146
146
147
+ <plugin >
148
+ <groupId >com.google.cloud.tools</groupId >
149
+ <artifactId >jib-maven-plugin</artifactId >
150
+ <version >${jib-maven-plugin.version} </version >
151
+ <configuration >
152
+ <from >
153
+ <image >eclipse-temurin:21-jre-alpine</image >
154
+ </from >
155
+ <to >
156
+ <image >docker.io/michelin/kafka-streams-processing-error-handling:${project.artifactId} -${project.version} </image >
157
+ </to >
158
+ </configuration >
159
+ </plugin >
160
+
147
161
<plugin >
148
162
<groupId >org.jacoco</groupId >
149
163
<artifactId >jacoco-maven-plugin</artifactId >
177
191
</execution >
178
192
</executions >
179
193
</plugin >
180
-
181
- <plugin >
182
- <groupId >com.google.cloud.tools</groupId >
183
- <artifactId >jib-maven-plugin</artifactId >
184
- <version >${jib-maven-plugin.version} </version >
185
- <configuration >
186
- <from >
187
- <image >eclipse-temurin:21-jre-alpine</image >
188
- </from >
189
- <to >
190
- <image >docker.io/michelin/kafka-streams-processing-error-handling:${project.artifactId} -${project.version} </image >
191
- </to >
192
- </configuration >
193
- </plugin >
194
194
</plugins >
195
195
</build >
196
196
</project >
You can’t perform that action at this time.
0 commit comments