Skip to content

Commit

Permalink
samples should include their (generated) readme.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kubycsolutions committed Dec 25, 2023
1 parent 9c80275 commit 8c249be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
</fileSet>
<fileSet>
<directory>../target/site</directory>
<!-- Might want explicitly defined values in parent. TODO GONK -->
<outputDirectory>${project.parent.name}_${project.parent.version}/docs</outputDirectory>
</fileSet>
<fileSet>
Expand All @@ -66,5 +65,12 @@
<exclude>src/site/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>../samples/target/site/</directory>
<outputDirectory>${project.parent.name}_${project.parent.version}/samples</outputDirectory>
<includes>
<include>**/readme.html</include>
</includes>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 8c249be

Please sign in to comment.