Skip to content

Commit

Permalink
Update assembly to add exclude list, release notes etc
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 9, 2024
1 parent 52d6def commit 79c868b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tck/tck-dist/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
</file>
</files>
<fileSets>
<fileSet>
<directory>${project.basedir}/../tck-docs</directory>
<outputDirectory>docs</outputDirectory>
<fileMode>755</fileMode>
<includes>
<include>assertions</include>
<include>*.html</include>
<include>*.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.basedir}/../tck-docs/userguide/target/generated-docs</directory>
<outputDirectory>docs/pdf-usersguide</outputDirectory>
Expand Down

0 comments on commit 79c868b

Please sign in to comment.