Skip to content

Commit

Permalink
Change the exclude path of asset file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cccccrystall committed Oct 25, 2023
1 parent c4b9f3c commit ca551c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/maven/installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.gitignore]</exclude>
<exclude>/compose/quickstart/zip_folder/*.zip</exclude>
<exclude>${project.basedir}/compose/quickstart/zip_folder/*.zip</exclude>
</excludes>
<directory>${project.basedir}/installer</directory>
<outputDirectory>.</outputDirectory>
Expand Down

0 comments on commit ca551c5

Please sign in to comment.