This repository was archived by the owner on Jul 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-14
lines changed Expand file tree Collapse file tree 1 file changed +21
-14
lines changed Original file line number Diff line number Diff line change 167
167
</configuration >
168
168
</execution >
169
169
<execution >
170
- <id >copy-resources-infra</id >
171
- <phase >prepare-package</phase >
172
- <goals >
173
- <goal >copy-resources</goal >
174
- </goals >
175
- <configuration >
176
- <outputDirectory >${project.build.directory} /k3s/infra</outputDirectory >
177
- <resources >
178
- <resource >
179
- <directory >${main.basedir} /k3s/infra</directory >
180
- </resource >
181
- </resources >
182
- </configuration >
183
- </execution >
170
+ <id >copy-resources-infra</id >
171
+ <phase >prepare-package</phase >
172
+ <goals >
173
+ <goal >copy-resources</goal >
174
+ </goals >
175
+ <configuration >
176
+ <outputDirectory >${project.build.directory} /k3s/infra</outputDirectory >
177
+ <resources >
178
+ <resource >
179
+ <directory >${main.basedir} /k3s/infra</directory >
180
+ </resource >
181
+ </resources >
182
+ </configuration >
183
+ </execution >
184
184
</executions >
185
185
</plugin >
186
186
<!-- render the charts -->
308
308
<skip >false</skip >
309
309
</configuration >
310
310
</plugin >
311
+ <plugin >
312
+ <groupId >org.apache.maven.plugins</groupId >
313
+ <artifactId >maven-failsafe-plugin</artifactId >
314
+ <configuration >
315
+ <skip >true</skip >
316
+ </configuration >
317
+ </plugin >
311
318
</plugins >
312
319
</build >
313
320
</profile >
You can’t perform that action at this time.
0 commit comments