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

Commit

Permalink
fix (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jun 14, 2024
1 parent 78ee7e9 commit 97faefe
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,20 @@
</configuration>
</execution>
<execution>
<id>copy-resources-infra</id>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/k3s/infra</outputDirectory>
<resources>
<resource>
<directory>${main.basedir}/k3s/infra</directory>
</resource>
</resources>
</configuration>
</execution>
<id>copy-resources-infra</id>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/k3s/infra</outputDirectory>
<resources>
<resource>
<directory>${main.basedir}/k3s/infra</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<!-- render the charts -->
Expand Down Expand Up @@ -308,6 +308,13 @@
<skip>false</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 97faefe

Please sign in to comment.