Skip to content

Commit

Permalink
constructive review: fix exec.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Mar 12, 2024
1 parent 7988a62 commit 3fa6656
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions cli/src/main/assembly/exec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.build.directory}</directory>
<outputDirectory>./</outputDirectory>
<excludes>
<exclude>*</exclude>
<exclude>*/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${project.build.directory}</directory>
<outputDirectory>./bin</outputDirectory>
<includes>
<include>${imageName}.exe</include>
<include>${imageName}</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.build.directory}/package</directory>
<outputDirectory>.</outputDirectory>
Expand Down

0 comments on commit 3fa6656

Please sign in to comment.