Skip to content

Commit

Permalink
datacube: fix class path issue for static web content (#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi authored Aug 17, 2024
1 parent c173a98 commit ae16396
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/classes/web-content</outputDirectory>
<outputDirectory>${project.build.directory}/classes/web-content/dist</outputDirectory>
<resources>
<resource>
<directory>${project.build.directory}/web-content</directory>
<directory>${project.build.directory}/web-content/package/dist</directory>
</resource>
</resources>
</configuration>
Expand Down

0 comments on commit ae16396

Please sign in to comment.