Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 97faefe

Browse files
author
Stefan Wiedemann
authored
fix (#73)
1 parent 78ee7e9 commit 97faefe

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

pom.xml

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -167,20 +167,20 @@
167167
</configuration>
168168
</execution>
169169
<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>
184184
</executions>
185185
</plugin>
186186
<!-- render the charts -->
@@ -308,6 +308,13 @@
308308
<skip>false</skip>
309309
</configuration>
310310
</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>
311318
</plugins>
312319
</build>
313320
</profile>

0 commit comments

Comments
 (0)