Skip to content

Commit

Permalink
Merge pull request #4756 from hansva/main
Browse files Browse the repository at this point in the history
Add beam sample to sample project, fixes #4755
  • Loading branch information
hansva authored Jan 3, 2025
2 parents 773fc6b + ed959ea commit 1cbb1af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/engines/beam/src/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
</file>
</files>

<fileSets>
<fileSet>
<directory>${project.basedir}/src/main/samples</directory>
<outputDirectory>config/projects/samples/</outputDirectory>
</fileSet>
</fileSets>

<dependencySets>
<dependencySet>
<includes>
Expand Down

0 comments on commit 1cbb1af

Please sign in to comment.