Skip to content

Commit

Permalink
update pre build assembly for front end build
Browse files Browse the repository at this point in the history
  • Loading branch information
rvowles committed Aug 21, 2024
1 parent f39b0c8 commit 53fdd89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions admin-frontend/src/main/resources/pre-build-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,15 @@
<exclude>pom.xml</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>releases_api</directory>
<outputDirectory>releases_api</outputDirectory>
<excludes>
<exclude>.dart_tool/**/*</exclude>
<exclude>build/**/*</exclude>
<exclude>target/**/*</exclude>
<exclude>pom.xml</exclude>
</excludes>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 53fdd89

Please sign in to comment.