Skip to content

Commit

Permalink
Ensure inclusion of UI in JAR and container artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andythsu committed May 8, 2024
1 parent 5097104 commit 6363a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -559,9 +559,9 @@
<goals>
<goal>copy-resources</goal>
</goals>
<phase>generate-resources</phase>
<phase>prepare-package</phase>
<configuration>
<outputDirectory>src/main/resources/static</outputDirectory>
<outputDirectory>${project.build.outputDirectory}/static</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down

0 comments on commit 6363a88

Please sign in to comment.